#5EAA12

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

Shades of Christi #5EAA12

Tints of Christi #5EAA12

Color information

#5EAA12 (or 0x5EAA12) is unknown color: approx Christi. HEX triplet: 5E, AA and 12. RGB value is (94,170,18). Sum of RGB (Red+Green+Blue) = 94+170+18=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAA12 is #A155ED. Grayscale: #828282. Windows color (decimal): -10573294 or 1223262. OLE color: 1223262.

HSL color Cylindrical-coordinate representation of color #5EAA12: hue angle of 90º degrees, saturation: 0.81, 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 #5EAA12 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB9417018-
CMYK0.4500.890.33
HSL90º80.85%36.86%-
HSV(B)90º89.41%66.67%-
XYZ19.131.175.58-
YUV129.9564.82102.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=33.33%
G=60.28%
B=6.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94170180.4500.890.339080.8536.86
Hex5EAA122D059215a5125
Octal136252225501314113212145
Binary101111010101010100101011010101100110000110110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,18); }

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

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

 a { background-color: rgb(94,170,18); }

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

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

 span { border-color: rgb(94,170,18); }

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