#0E9E53

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

Shades of Pigment Green #0E9E53

Tints of Pigment Green #0E9E53

Color information

#0E9E53 (or 0x0E9E53) is unknown color: approx Pigment Green. HEX triplet: 0E, 9E and 53. RGB value is (14,158,83). Sum of RGB (Red+Green+Blue) = 14+158+83=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E53 is #F161AC. Grayscale: #6A6A6A. Windows color (decimal): -15819181 or 5479950. OLE color: 5479950.

HSL color Cylindrical-coordinate representation of color #0E9E53: hue angle of 148.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E53 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB1415883-
CMYK0.9100.470.38
HSL148.75º83.72%33.73%-
HSV(B)148.75º91.14%61.96%-
XYZ13.9725.1712.31-
YUV106.39114.7962.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 158 (62.11% from 255) = 61.96%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=5.49%
G=61.96%
B=32.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14158830.9100.470.38148.7583.7233.73
HexE9E535B02F26955422
Octal162361231330574622512442
Binary111010011110101001110110110101111100110100101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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