#5EA212

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

Shades of Christi #5EA212

Tints of Christi #5EA212

Color information

#5EA212 (or 0x5EA212) is unknown color: approx Christi. HEX triplet: 5E, A2 and 12. RGB value is (94,162,18). Sum of RGB (Red+Green+Blue) = 94+162+18=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA212 is #A15DED. Grayscale: #7D7D7D. Windows color (decimal): -10575342 or 1221214. OLE color: 1221214.

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

Color convert

RGB9416218-
CMYK0.4200.890.36
HSL88.33º80%35.29%-
HSV(B)88.33º88.89%63.53%-
XYZ17.6528.265.1-
YUV125.2567.47105.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=34.31%
G=59.12%
B=6.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162180.4200.890.3688.338035.29
Hex5EA2122A05924585023
Octal136242225201314413012043
Binary101111010100010100101010100101100110010010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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