#0DAC48

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

Shades of Pigment Green #0DAC48

Tints of Pigment Green #0DAC48

Color information

#0DAC48 (or 0x0DAC48) is unknown color: approx Pigment Green. HEX triplet: 0D, AC and 48. RGB value is (13,172,72). Sum of RGB (Red+Green+Blue) = 13+172+72=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC48 is #F253B7. Grayscale: #717171. Windows color (decimal): -15881144 or 4762637. OLE color: 4762637.

HSL color Cylindrical-coordinate representation of color #0DAC48: hue angle of 142.26º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC48 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1317272-
CMYK0.9200.580.33
HSL142.26º85.95%36.27%-
HSV(B)142.26º92.44%67.45%-
XYZ16.0930.0611.08-
YUV113.06104.8256.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 172 (67.58% from 255) = 66.93%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=5.06%
G=66.93%
B=28.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13172720.9200.580.33142.2685.9536.27
HexDAC485C03A218e5624
Octal152541101340724121612644
Binary110110101100100100010111000111010100001100011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,172,72); }

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

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

 a { background-color: rgb(13,172,72); }

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

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

 span { border-color: rgb(13,172,72); }

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