#5CAA09

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

Shades of Christi #5CAA09

Tints of Christi #5CAA09

Color information

#5CAA09 (or 0x5CAA09) is unknown color: approx Christi. HEX triplet: 5C, AA and 09. RGB value is (92,170,9). Sum of RGB (Red+Green+Blue) = 92+170+9=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAA09 is #A355F6. Grayscale: #808080. Windows color (decimal): -10704375 or 633436. OLE color: 633436.

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

Color convert

RGB921709-
CMYK0.4600.950.33
HSL89.07º89.94%35.1%-
HSV(B)89.07º94.71%66.67%-
XYZ18.8431.045.26-
YUV128.3260.66102.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 9 (3.91% from 255) = 3.32%
R=33.95%
G=62.73%
B=3.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9217090.4600.950.3389.0789.9435.1
Hex5CAA92E05F21595a23
Octal134252115601374113113243
Binary10111001010101010011011100101111110000110110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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