Html Css Color HEX #0DAC48 Pigment Green

📋 copy color: '#0DAC48'

red 13 ◦ green 172 ◦ blue 72

#0DAC48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0DAC48

Tints of Pigment Green #0DAC48

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 value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0DAC48 (or 0x0DAC48) is known color: 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

RGB 13 172 72 -
CMYK 0.92 0 0.58 0.33
HSL 142.26º 0.86% 0.36% -
HSV(B) 142.26º 0.92% 0.67% -
XYZ 16.09 30.06 11.08 -
YUV 113.06 104.82 56.63 -
System Red Green Blue C M Y K H S L
Decimal 13 172 72 0.92 0 0.58 0.33 142.26 0.86 0.36
Hex D AC 48 5C 0 3A 21 8E 56 24
Octal 15 254 110 134 0 72 41 216 126 44
Binary 1101 10101100 1001000 1011100 0 111010 100001 10001110 1010110 100100

Color Harmonies of #0DAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC48

Black with #0DAC48

Text Example


Text Example

White with #0DAC48

Text Example


Text Example

HTML Codes & Css Web 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>