#6CAE32

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

Shades of Christi #6CAE32

Tints of Christi #6CAE32

Color information

#6CAE32 (or 0x6CAE32) is unknown color: approx Christi. HEX triplet: 6C, AE and 32. RGB value is (108,174,50). Sum of RGB (Red+Green+Blue) = 108+174+50=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAE32 is #9351CD. Grayscale: #8C8C8C. Windows color (decimal): -9654734 or 3321452. OLE color: 3321452.

HSL color Cylindrical-coordinate representation of color #6CAE32: hue angle of 91.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CAE32 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB10817450-
CMYK0.3800.710.32
HSL91.94º55.36%43.92%-
HSV(B)91.94º71.26%68.24%-
XYZ21.933.698.37-
YUV140.1377.13105.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=32.53%
G=52.41%
B=15.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108174500.3800.710.3291.9455.3643.92
Hex6CAE3226047205c372c
Octal15425662460107401346754
Binary110110010101110110010100110010001111000001011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,174,50); }

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

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

 a { background-color: rgb(108,174,50); }

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

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

 span { border-color: rgb(108,174,50); }

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