#5EA20C

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

Shades of Christi #5EA20C

Tints of Christi #5EA20C

Color information

#5EA20C (or 0x5EA20C) is unknown color: approx Christi. HEX triplet: 5E, A2 and 0C. RGB value is (94,162,12). Sum of RGB (Red+Green+Blue) = 94+162+12=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA20C is #A15DF3. Grayscale: #7D7D7D. Windows color (decimal): -10575348 or 827998. OLE color: 827998.

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

Color convert

RGB9416212-
CMYK0.4200.930.36
HSL87.2º86.21%34.12%-
HSV(B)87.2º92.59%63.53%-
XYZ17.628.254.87-
YUV124.5764.47106.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 162 (63.67% from 255) = 60.45%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=35.07%
G=60.45%
B=4.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162120.4200.930.3687.286.2134.12
Hex5EA2C2A05D24575622
Octal136242145201354412712642
Binary10111101010001011001010100101110110010010101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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