Html Css Color HEX #0DAB4C Pigment Green

📋 copy color: '#0DAB4C'

red 13 ◦ green 171 ◦ blue 76

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

Shades of Pigment Green #0DAB4C

Tints of Pigment Green #0DAB4C

RGB

 RED value IS 13 (5.47% from 255) = 5%

 GREEN value IS 171 (67.19% from 255) = 65.77%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 5%
G = 65.77%
B = 29.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0DAB4C (or 0x0DAB4C) is known color: Pigment Green. HEX triplet: 0D, AB and 4C. RGB value is (13,171,76). Sum of RGB (Red+Green+Blue) = 13+171+76=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB4C is #F254B3. Grayscale: #717171. Windows color (decimal): -15881396 or 5024525. OLE color: 5024525.

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

Color convert

RGB 13 171 76 -
CMYK 0.92 0 0.56 0.33
HSL 143.92º 0.86% 0.36% -
HSV(B) 143.92º 0.92% 0.67% -
XYZ 16.03 29.73 11.73 -
YUV 112.93 107.15 56.72 -
System Red Green Blue C M Y K H S L
Decimal 13 171 76 0.92 0 0.56 0.33 143.92 0.86 0.36
Hex D AB 4C 5C 0 38 21 90 56 24
Octal 15 253 114 134 0 70 41 220 126 44
Binary 1101 10101011 1001100 1011100 0 111000 100001 10010000 1010110 100100

Color Harmonies of #0DAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB4C

Black with #0DAB4C

Text Example


Text Example

White with #0DAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAB4C;
 }
 .AnyTagClassName
 {
   color: #0DAB4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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