#0E984F

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

Shades of Pigment Green #0E984F

Tints of Pigment Green #0E984F

Color information

#0E984F (or 0x0E984F) is unknown color: approx Pigment Green. HEX triplet: 0E, 98 and 4F. RGB value is (14,152,79). Sum of RGB (Red+Green+Blue) = 14+152+79=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #0E984F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E984F is #F167B0. Grayscale: #666666. Windows color (decimal): -15820721 or 5216270. OLE color: 5216270.

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

Color convert

RGB1415279-
CMYK0.9100.480.40
HSL148.26º83.13%32.55%-
HSV(B)148.26º90.79%59.61%-
XYZ12.8223.1111.18-
YUV102.42114.7864.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 152 (59.77% from 255) = 62.04%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=5.71%
G=62.04%
B=32.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152790.9100.480.40148.2683.1332.55
HexE984F5B03028945321
Octal162301171330605022412341
Binary111010011000100111110110110110000101000100101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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