#5CAA01

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

Shades of Christi #5CAA01

Tints of Christi #5CAA01

Color information

#5CAA01 (or 0x5CAA01) is unknown color: approx Christi. HEX triplet: 5C, AA and 01. RGB value is (92,170,1). Sum of RGB (Red+Green+Blue) = 92+170+1=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAA01 is #A355FE. Grayscale: #808080. Windows color (decimal): -10704383 or 109148. OLE color: 109148.

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

Color convert

RGB921701-
CMYK0.4600.990.33
HSL87.69º98.83%33.53%-
HSV(B)87.69º99.41%66.67%-
XYZ18.7931.035.03-
YUV127.4156.66102.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 64.64%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=34.98%
G=64.64%
B=0.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9217010.4600.990.3387.6998.8333.53
Hex5CAA12E06321586322
Octal13425215601434113014342
Binary10111001010101011011100110001110000110110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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