#6CAF20

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

Shades of Christi #6CAF20

Tints of Christi #6CAF20

Color information

#6CAF20 (or 0x6CAF20) is unknown color: approx Christi. HEX triplet: 6C, AF and 20. RGB value is (108,175,32). Sum of RGB (Red+Green+Blue) = 108+175+32=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF20 is #9350DF. Grayscale: #8B8B8B. Windows color (decimal): -9654496 or 2142060. OLE color: 2142060.

HSL color Cylindrical-coordinate representation of color #6CAF20: hue angle of 88.11º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6CAF20 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB10817532-
CMYK0.3800.820.31
HSL88.11º69.08%40.59%-
HSV(B)88.11º81.71%68.63%-
XYZ21.7833.956.77-
YUV138.6667.8106.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=34.29%
G=55.56%
B=10.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108175320.3800.820.3188.1169.0840.59
Hex6CAF20260521F584529
Octal154257404601223713010551
Binary110110010101111100000100110010100101111110110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,32); }

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

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

 a { background-color: rgb(108,175,32); }

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

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

 span { border-color: rgb(108,175,32); }

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