#5CAA13

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

Shades of Christi #5CAA13

Tints of Christi #5CAA13

Color information

#5CAA13 (or 0x5CAA13) is unknown color: approx Christi. HEX triplet: 5C, AA and 13. RGB value is (92,170,19). Sum of RGB (Red+Green+Blue) = 92+170+19=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAA13 is #A355EC. Grayscale: #818181. Windows color (decimal): -10704365 or 1288796. OLE color: 1288796.

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

Color convert

RGB9217019-
CMYK0.4600.890.33
HSL90.99º79.89%37.06%-
HSV(B)90.99º88.82%66.67%-
XYZ18.9131.075.62-
YUV129.4665.66101.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.74%
GREEN value IS 170 (66.80% from 255) = 60.50%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=32.74%
G=60.50%
B=6.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170190.4600.890.3390.9979.8937.06
Hex5CAA132E059215b5025
Octal134252235601314113312045
Binary101110010101010100111011100101100110000110110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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