#0EA253

Color #0EA253 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0EA253

Tints of Pigment Green #0EA253

Color information

#0EA253 (or 0x0EA253) is unknown color: approx Pigment Green. HEX triplet: 0E, A2 and 53. RGB value is (14,162,83). Sum of RGB (Red+Green+Blue) = 14+162+83=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 162 (63.67% from 255 or 62.55% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA253 is #F15DAC. Grayscale: #6C6C6C. Windows color (decimal): -15818157 or 5480974. OLE color: 5480974.

HSL color Cylindrical-coordinate representation of color #0EA253: hue angle of 147.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA253 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1416283-
CMYK0.9100.490.36
HSL147.97º84.09%34.51%-
HSV(B)147.97º91.36%63.53%-
XYZ14.6626.5612.54-
YUV108.74113.4760.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.41%
GREEN value IS 162 (63.67% from 255) = 62.55%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=5.41%
G=62.55%
B=32.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162830.9100.490.36147.9784.0934.51
HexEA2535B03124945423
Octal162421231330614422412443
Binary111010100010101001110110110110001100100100101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA253; }

 p { color: rgb(14,162,83); }

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

<style>
 a { background-color: #0EA253; }

 a { background-color: rgb(14,162,83); }

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

<style>
 span { border-color: #0EA253; }

 span { border-color: rgb(14,162,83); }

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