#0D994C

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

Shades of Pigment Green #0D994C

Tints of Pigment Green #0D994C

Color information

#0D994C (or 0x0D994C) is unknown color: approx Pigment Green. HEX triplet: 0D, 99 and 4C. RGB value is (13,153,76). Sum of RGB (Red+Green+Blue) = 13+153+76=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #0D994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D994C is #F266B3. Grayscale: #666666. Windows color (decimal): -15886004 or 5019917. OLE color: 5019917.

HSL color Cylindrical-coordinate representation of color #0D994C: hue angle of 147º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D994C is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1315376-
CMYK0.9200.500.4
HSL147º84.34%32.55%-
HSV(B)147º91.5%60%-
XYZ12.8623.3910.67-
YUV102.36113.1264.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 153 (60.16% from 255) = 63.22%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=5.37%
G=63.22%
B=31.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13153760.9200.500.414784.3432.55
HexD994C5C03228935421
Octal152311141340625022312441
Binary110110011001100110010111000110010101000100100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,153,76); }

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

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

 a { background-color: rgb(13,153,76); }

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

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

 span { border-color: rgb(13,153,76); }

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