#5FAA11

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

Shades of Christi #5FAA11

Tints of Christi #5FAA11

Color information

#5FAA11 (or 0x5FAA11) is unknown color: approx Christi. HEX triplet: 5F, AA and 11. RGB value is (95,170,17). Sum of RGB (Red+Green+Blue) = 95+170+17=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAA11 is #A055EE. Grayscale: #828282. Windows color (decimal): -10507759 or 1157727. OLE color: 1157727.

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

Color convert

RGB9517017-
CMYK0.4400.90.33
HSL89.41º81.82%36.67%-
HSV(B)89.41º90%66.67%-
XYZ19.231.225.55-
YUV130.1364.15102.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 17 (7.03% from 255) = 6.03%
R=33.69%
G=60.28%
B=6.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170170.4400.90.3389.4181.8236.67
Hex5FAA112C05A21595225
Octal137252215401324113112245
Binary101111110101010100011011000101101010000110110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,17); }

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

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

 a { background-color: rgb(95,170,17); }

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

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

 span { border-color: rgb(95,170,17); }

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