#0D9B4F

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

Shades of Pigment Green #0D9B4F

Tints of Pigment Green #0D9B4F

Color information

#0D9B4F (or 0x0D9B4F) is unknown color: approx Pigment Green. HEX triplet: 0D, 9B and 4F. RGB value is (13,155,79). Sum of RGB (Red+Green+Blue) = 13+155+79=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9B4F is #F264B0. Grayscale: #686868. Windows color (decimal): -15885489 or 5217037. OLE color: 5217037.

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

Color convert

RGB1315579-
CMYK0.9200.490.39
HSL147.89º84.52%32.94%-
HSV(B)147.89º91.61%60.78%-
XYZ13.324.0911.35-
YUV103.88113.9663.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 155 (60.94% from 255) = 62.75%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=5.26%
G=62.75%
B=31.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13155790.9200.490.39147.8984.5232.94
HexD9B4F5C03127945521
Octal152331171340614722412541
Binary110110011011100111110111000110001100111100101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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