#5EA413

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

Shades of Christi #5EA413

Tints of Christi #5EA413

Color information

#5EA413 (or 0x5EA413) is unknown color: approx Christi. HEX triplet: 5E, A4 and 13. RGB value is (94,164,19). Sum of RGB (Red+Green+Blue) = 94+164+19=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA413 is #A15BEC. Grayscale: #7F7F7F. Windows color (decimal): -10574829 or 1287262. OLE color: 1287262.

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

Color convert

RGB9416419-
CMYK0.4300.880.36
HSL88.97º79.23%35.88%-
HSV(B)88.97º88.41%64.31%-
XYZ18.0128.985.26-
YUV126.5467.31104.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 164 (64.45% from 255) = 59.21%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=33.94%
G=59.21%
B=6.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94164190.4300.880.3688.9779.2335.88
Hex5EA4132B05824594f24
Octal136244235301304413111744
Binary101111010100100100111010110101100010010010110011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,19); }

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

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

 a { background-color: rgb(94,164,19); }

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

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

 span { border-color: rgb(94,164,19); }

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