#6CA20F

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

Shades of Christi #6CA20F

Tints of Christi #6CA20F

Color information

#6CA20F (or 0x6CA20F) is unknown color: approx Christi. HEX triplet: 6C, A2 and 0F. RGB value is (108,162,15). Sum of RGB (Red+Green+Blue) = 108+162+15=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA20F is #935DF0. Grayscale: #818181. Windows color (decimal): -9657841 or 1024620. OLE color: 1024620.

HSL color Cylindrical-coordinate representation of color #6CA20F: hue angle of 82.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CA20F is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB10816215-
CMYK0.3300.910.36
HSL82.04º83.05%34.71%-
HSV(B)82.04º90.74%63.53%-
XYZ19.1929.065.05-
YUV129.163.61112.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=37.89%
G=56.84%
B=5.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162150.3300.910.3682.0483.0534.71
Hex6CA2F2105B24525323
Octal154242174101334412212343
Binary11011001010001011111000010101101110010010100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,15); }

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

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

 a { background-color: rgb(108,162,15); }

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

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

 span { border-color: rgb(108,162,15); }

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