#5EA30A

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

Shades of Christi #5EA30A

Tints of Christi #5EA30A

Color information

#5EA30A (or 0x5EA30A) is unknown color: approx Christi. HEX triplet: 5E, A3 and 0A. RGB value is (94,163,10). Sum of RGB (Red+Green+Blue) = 94+163+10=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA30A is #A15CF5. Grayscale: #7D7D7D. Windows color (decimal): -10575094 or 697182. OLE color: 697182.

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

Color convert

RGB9416310-
CMYK0.4200.940.36
HSL87.06º88.44%33.92%-
HSV(B)87.06º93.87%63.92%-
XYZ17.7728.64.87-
YUV124.9363.14105.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 163 (64.06% from 255) = 61.05%
BLUE value IS 10 (4.30% from 255) = 3.75%
R=35.21%
G=61.05%
B=3.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163100.4200.940.3687.0688.4433.92
Hex5EA3A2A05E24575822
Octal136243125201364412713042
Binary10111101010001110101010100101111010010010101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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