#0DAB4D

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

Shades of Pigment Green #0DAB4D

Tints of Pigment Green #0DAB4D

Color information

#0DAB4D (or 0x0DAB4D) is unknown color: approx Pigment Green. HEX triplet: 0D, AB and 4D. RGB value is (13,171,77). Sum of RGB (Red+Green+Blue) = 13+171+77=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB4D is #F254B2. Grayscale: #717171. Windows color (decimal): -15881395 or 5090061. OLE color: 5090061.

HSL color Cylindrical-coordinate representation of color #0DAB4D: hue angle of 144.3º 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 #0DAB4D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1317177-
CMYK0.9200.550.33
HSL144.3º85.87%36.08%-
HSV(B)144.3º92.4%67.06%-
XYZ16.0729.7511.92-
YUV113.04107.6556.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 171 (67.19% from 255) = 65.52%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=4.98%
G=65.52%
B=29.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13171770.9200.550.33144.385.8736.08
HexDAB4D5C03721905624
Octal152531151340674122012644
Binary110110101011100110110111000110111100001100100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,171,77); }

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

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

 a { background-color: rgb(13,171,77); }

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

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

 span { border-color: rgb(13,171,77); }

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