#5CAC05

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

Shades of Christi #5CAC05

Tints of Christi #5CAC05

Color information

#5CAC05 (or 0x5CAC05) is unknown color: approx Christi. HEX triplet: 5C, AC and 05. RGB value is (92,172,5). Sum of RGB (Red+Green+Blue) = 92+172+5=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAC05 is #A353FA. Grayscale: #818181. Windows color (decimal): -10703867 or 371804. OLE color: 371804.

HSL color Cylindrical-coordinate representation of color #5CAC05: hue angle of 88.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5CAC05 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB921725-
CMYK0.4700.970.33
HSL88.74º94.35%34.71%-
HSV(B)88.74º97.09%67.45%-
XYZ19.1931.795.27-
YUV129.0458101.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 172 (67.58% from 255) = 63.94%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=34.20%
G=63.94%
B=1.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9217250.4700.970.3388.7494.3534.71
Hex5CAC52F06121595e23
Octal13425455701414113113643
Binary1011100101011001011011110110000110000110110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CAC05; }

 p { color: rgb(92,172,5); }

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

<style>
 a { background-color: #5CAC05; }

 a { background-color: rgb(92,172,5); }

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

<style>
 span { border-color: #5CAC05; }

 span { border-color: rgb(92,172,5); }

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