#6ABE2A

Color #6ABE2A Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6ABE2A

Tints of Christi #6ABE2A

Color information

#6ABE2A (or 0x6ABE2A) is unknown color: approx Christi. HEX triplet: 6A, BE and 2A. RGB value is (106,190,42). Sum of RGB (Red+Green+Blue) = 106+190+42=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE2A is #9541D5. Grayscale: #949494. Windows color (decimal): -9781718 or 2801258. OLE color: 2801258.

HSL color Cylindrical-coordinate representation of color #6ABE2A: hue angle of 94.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ABE2A is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB10619042-
CMYK0.4400.780.25
HSL94.05º63.79%45.49%-
HSV(B)94.05º77.89%74.51%-
XYZ24.7840.068.62-
YUV148.0168.1798.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 42 (16.80% from 255) = 12.43%
R=31.36%
G=56.21%
B=12.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106190420.4400.780.2594.0563.7945.49
Hex6ABE2A2C04E195e402d
Octal152276525401163113610055
Binary110101010111110101010101100010011101100110111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABE2A; }

 p { color: rgb(106,190,42); }

 H1.HeaderClassName
 {
   color: #6ABE2A;
 }
 .AnyTagClassName
 {
   color: #6ABE2A;
 }
</style>
background-color css

<style>
 a { background-color: #6ABE2A; }

 a { background-color: rgb(106,190,42); }

 div.DivClassName
 {
   background-color: #6ABE2A;
 }
 .BgClassName
 {
   background-color: #6ABE2A;
 }
</style>
border-color css

<style>
 span { border-color: #6ABE2A; }

 span { border-color: rgb(106,190,42); }

 td.TdClassName
 {
   border-color: #6ABE2A;
 }
 .TagClassName
 {
   border-color: #6ABE2A;
 }
</style>