#5EA26E

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

Shades of Oxley #5EA26E

Tints of Oxley #5EA26E

Color information

#5EA26E (or 0x5EA26E) is unknown color: approx Oxley. HEX triplet: 5E, A2 and 6E. RGB value is (94,162,110). Sum of RGB (Red+Green+Blue) = 94+162+110=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA26E is #A15D91. Grayscale: #878787. Windows color (decimal): -10575250 or 7250526. OLE color: 7250526.

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

Color convert

RGB94162110-
CMYK0.4200.320.36
HSL134.12º26.77%50.2%-
HSV(B)134.12º41.98%63.53%-
XYZ20.3529.3519.34-
YUV135.74113.4798.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=25.68%
G=44.26%
B=30.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941621100.4200.320.36134.1226.7750.2
Hex5EA26E2A02024861b32
Octal13624215652040442063362
Binary101111010100010110111010101001000001001001000011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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