#6CA918

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

Shades of Christi #6CA918

Tints of Christi #6CA918

Color information

#6CA918 (or 0x6CA918) is unknown color: approx Christi. HEX triplet: 6C, A9 and 18. RGB value is (108,169,24). Sum of RGB (Red+Green+Blue) = 108+169+24=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA918 is #9356E7. Grayscale: #868686. Windows color (decimal): -9656040 or 1616236. OLE color: 1616236.

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

Color convert

RGB10816924-
CMYK0.3600.860.34
HSL85.24º75.13%37.84%-
HSV(B)85.24º85.8%66.27%-
XYZ20.5431.635.89-
YUV134.2365.79109.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 169 (66.41% from 255) = 56.15%
BLUE value IS 24 (9.77% from 255) = 7.97%
R=35.88%
G=56.15%
B=7.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169240.3600.860.3485.2475.1337.84
Hex6CA9182405622554b26
Octal154251304401264212511346
Binary110110010101001110001001000101011010001010101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,24); }

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

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

 a { background-color: rgb(108,169,24); }

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

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

 span { border-color: rgb(108,169,24); }

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