#5AA601

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

Shades of Christi #5AA601

Tints of Christi #5AA601

Color information

#5AA601 (or 0x5AA601) is unknown color: approx Christi. HEX triplet: 5A, A6 and 01. RGB value is (90,166,1). Sum of RGB (Red+Green+Blue) = 90+166+1=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA601 is #A559FE. Grayscale: #7D7D7D. Windows color (decimal): -10836479 or 108122. OLE color: 108122.

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

Color convert

RGB901661-
CMYK0.4600.990.35
HSL87.64º98.8%32.75%-
HSV(B)87.64º99.4%65.1%-
XYZ17.8629.454.77-
YUV124.4758.32103.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 166 (65.23% from 255) = 64.59%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=35.02%
G=64.59%
B=0.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9016610.4600.990.3587.6498.832.75
Hex5AA612E06323586321
Octal13224615601434313014341
Binary10110101010011011011100110001110001110110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,1); }

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

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

 a { background-color: rgb(90,166,1); }

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

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

 span { border-color: rgb(90,166,1); }

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