#6EAA18

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

Shades of Christi #6EAA18

Tints of Christi #6EAA18

Color information

#6EAA18 (or 0x6EAA18) is unknown color: approx Christi. HEX triplet: 6E, AA and 18. RGB value is (110,170,24). Sum of RGB (Red+Green+Blue) = 110+170+24=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAA18 is #9155E7. Grayscale: #878787. Windows color (decimal): -9524712 or 1616494. OLE color: 1616494.

HSL color Cylindrical-coordinate representation of color #6EAA18: hue angle of 84.66º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EAA18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB11017024-
CMYK0.3500.860.33
HSL84.66º75.26%38.04%-
HSV(B)84.66º85.88%66.67%-
XYZ20.9732.135.96-
YUV135.4265.12109.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=36.18%
G=55.92%
B=7.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110170240.3500.860.3384.6675.2638.04
Hex6EAA182305621554b26
Octal156252304301264112511346
Binary110111010101010110001000110101011010000110101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,170,24); }

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

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

 a { background-color: rgb(110,170,24); }

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

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

 span { border-color: rgb(110,170,24); }

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