#0E9B4F

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

Shades of Pigment Green #0E9B4F

Tints of Pigment Green #0E9B4F

Color information

#0E9B4F (or 0x0E9B4F) is unknown color: approx Pigment Green. HEX triplet: 0E, 9B and 4F. RGB value is (14,155,79). Sum of RGB (Red+Green+Blue) = 14+155+79=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9B4F is #F164B0. Grayscale: #686868. Windows color (decimal): -15819953 or 5217038. OLE color: 5217038.

HSL color Cylindrical-coordinate representation of color #0E9B4F: hue angle of 147.66º 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 #0E9B4F is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1415579-
CMYK0.9100.490.39
HSL147.66º83.43%33.14%-
HSV(B)147.66º90.97%60.78%-
XYZ13.3124.111.35-
YUV104.18113.7963.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 155 (60.94% from 255) = 62.5%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=5.65%
G=62.5%
B=31.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155790.9100.490.39147.6683.4333.14
HexE9B4F5B03127945321
Octal162331171330614722412341
Binary111010011011100111110110110110001100111100101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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