#5CAA00

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

Shades of Christi #5CAA00

Tints of Christi #5CAA00

Color information

#5CAA00 (or 0x5CAA00) is unknown color: approx Christi. HEX triplet: 5C, AA and 00. RGB value is (92,170,0). Sum of RGB (Red+Green+Blue) = 92+170+0=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAA00 is #A355FF. Grayscale: #7F7F7F. Windows color (decimal): -10704384 or 43612. OLE color: 43612.

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

Color convert

RGB921700-
CMYK0.46010.33
HSL87.53º100%33.33%-
HSV(B)87.53º100%66.67%-
XYZ18.7931.025-
YUV127.356.16102.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 170 (66.80% from 255) = 64.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.11%
G=64.89%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9217000.46010.3387.5310033.33
Hex5CAA02E06421586421
Octal13425205601444113014441
Binary10111001010101001011100110010010000110110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,0); }

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

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

 a { background-color: rgb(92,170,0); }

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

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

 span { border-color: rgb(92,170,0); }

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