#5EA20D

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

Shades of Christi #5EA20D

Tints of Christi #5EA20D

Color information

#5EA20D (or 0x5EA20D) is unknown color: approx Christi. HEX triplet: 5E, A2 and 0D. RGB value is (94,162,13). Sum of RGB (Red+Green+Blue) = 94+162+13=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA20D is #A15DF2. Grayscale: #7D7D7D. Windows color (decimal): -10575347 or 893534. OLE color: 893534.

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

Color convert

RGB9416213-
CMYK0.4200.920.36
HSL87.38º85.14%34.31%-
HSV(B)87.38º91.98%63.53%-
XYZ17.6128.254.91-
YUV124.6864.97106.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 162 (63.67% from 255) = 60.22%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=34.94%
G=60.22%
B=4.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162130.4200.920.3687.3885.1434.31
Hex5EA2D2A05C24575522
Octal136242155201344412712542
Binary10111101010001011011010100101110010010010101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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