#5EAD16

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

Shades of Christi #5EAD16

Tints of Christi #5EAD16

Color information

#5EAD16 (or 0x5EAD16) is unknown color: approx Christi. HEX triplet: 5E, AD and 16. RGB value is (94,173,22). Sum of RGB (Red+Green+Blue) = 94+173+22=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAD16 is #A152E9. Grayscale: #848484. Windows color (decimal): -10572522 or 1486174. OLE color: 1486174.

HSL color Cylindrical-coordinate representation of color #5EAD16: hue angle of 91.39º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EAD16 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB9417322-
CMYK0.4600.870.32
HSL91.39º77.44%38.24%-
HSV(B)91.39º87.28%67.84%-
XYZ19.732.325.96-
YUV132.1665.83100.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=32.53%
G=59.86%
B=7.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94173220.4600.870.3291.3977.4438.24
Hex5EAD162E057205b4d26
Octal136255265601274013311546
Binary101111010101101101101011100101011110000010110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,22); }

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

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

 a { background-color: rgb(94,173,22); }

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

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

 span { border-color: rgb(94,173,22); }

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