#5EA20F

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

Shades of Christi #5EA20F

Tints of Christi #5EA20F

Color information

#5EA20F (or 0x5EA20F) is unknown color: approx Christi. HEX triplet: 5E, A2 and 0F. RGB value is (94,162,15). Sum of RGB (Red+Green+Blue) = 94+162+15=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA20F is #A15DF0. Grayscale: #7D7D7D. Windows color (decimal): -10575345 or 1024606. OLE color: 1024606.

HSL color Cylindrical-coordinate representation of color #5EA20F: hue angle of 87.76º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EA20F is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB9416215-
CMYK0.4200.910.36
HSL87.76º83.05%34.71%-
HSV(B)87.76º90.74%63.53%-
XYZ17.6228.254.98-
YUV124.9165.97105.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.69%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=34.69%
G=59.78%
B=5.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162150.4200.910.3687.7683.0534.71
Hex5EA2F2A05B24585323
Octal136242175201334413012343
Binary10111101010001011111010100101101110010010110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,15); }

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

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

 a { background-color: rgb(94,162,15); }

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

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

 span { border-color: rgb(94,162,15); }

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