#0E9B53

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

Shades of Pigment Green #0E9B53

Tints of Pigment Green #0E9B53

Color information

#0E9B53 (or 0x0E9B53) is unknown color: approx Pigment Green. HEX triplet: 0E, 9B and 53. RGB value is (14,155,83). Sum of RGB (Red+Green+Blue) = 14+155+83=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9B53 is #F164AC. Grayscale: #686868. Windows color (decimal): -15819949 or 5479182. OLE color: 5479182.

HSL color Cylindrical-coordinate representation of color #0E9B53: hue angle of 149.36º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B53 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1415583-
CMYK0.9100.460.39
HSL149.36º83.43%33.14%-
HSV(B)149.36º90.97%60.78%-
XYZ13.4624.1612.14-
YUV104.63115.7963.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=5.56%
G=61.51%
B=32.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155830.9100.460.39149.3683.4333.14
HexE9B535B02E27955321
Octal162331231330564722512341
Binary111010011011101001110110110101110100111100101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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