#5EA172

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

Shades of Oxley #5EA172

Tints of Oxley #5EA172

Color information

#5EA172 (or 0x5EA172) is unknown color: approx Oxley. HEX triplet: 5E, A1 and 72. RGB value is (94,161,114). Sum of RGB (Red+Green+Blue) = 94+161+114=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA172 is #A15E8D. Grayscale: #878787. Windows color (decimal): -10575502 or 7512414. OLE color: 7512414.

HSL color Cylindrical-coordinate representation of color #5EA172: hue angle of 137.91º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA172 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB94161114-
CMYK0.4200.290.37
HSL137.91º26.27%50%-
HSV(B)137.91º41.61%63.14%-
XYZ20.429.0820.46-
YUV135.61115.898.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=25.47%
G=43.63%
B=30.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal941611140.4200.290.37137.9126.2750
Hex5EA1722A01D258a1a32
Octal13624116252035452123262
Binary10111101010000111100101010100111011001011000101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,114); }

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

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

 a { background-color: rgb(94,161,114); }

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

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

 span { border-color: rgb(94,161,114); }

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