#5EA60A

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

Shades of Christi #5EA60A

Tints of Christi #5EA60A

Color information

#5EA60A (or 0x5EA60A) is unknown color: approx Christi. HEX triplet: 5E, A6 and 0A. RGB value is (94,166,10). Sum of RGB (Red+Green+Blue) = 94+166+10=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA60A is #A159F5. Grayscale: #7F7F7F. Windows color (decimal): -10574326 or 697950. OLE color: 697950.

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

Color convert

RGB9416610-
CMYK0.4300.940.35
HSL87.69º88.64%34.51%-
HSV(B)87.69º93.98%65.1%-
XYZ18.3129.675.05-
YUV126.6962.15104.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 166 (65.23% from 255) = 61.48%
BLUE value IS 10 (4.30% from 255) = 3.70%
R=34.81%
G=61.48%
B=3.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94166100.4300.940.3587.6988.6434.51
Hex5EA6A2B05E23585923
Octal136246125301364313013143
Binary10111101010011010101010110101111010001110110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,166,10); }

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

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

 a { background-color: rgb(94,166,10); }

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

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

 span { border-color: rgb(94,166,10); }

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