Html Css Color HEX #0DAB52 Pigment Green

📋 copy color: '#0DAB52'

red 13 ◦ green 171 ◦ blue 82

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

Shades of Pigment Green #0DAB52

Tints of Pigment Green #0DAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 4.89%
G = 64.29%
B = 30.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#0DAB52 (or 0x0DAB52) is known color: Pigment Green. HEX triplet: 0D, AB and 52. RGB value is (13,171,82). Sum of RGB (Red+Green+Blue) = 13+171+82=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB52 is #F254AD. Grayscale: #717171. Windows color (decimal): -15881390 or 5417741. OLE color: 5417741.

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

Color convert

RGB 13 171 82 -
CMYK 0.92 0 0.52 0.33
HSL 146.2º 0.86% 0.36% -
HSV(B) 146.2º 0.92% 0.67% -
XYZ 16.25 29.82 12.88 -
YUV 113.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 13 171 82 0.92 0 0.52 0.33 146.2 0.86 0.36
Hex D AB 52 5C 0 34 21 92 56 24
Octal 15 253 122 134 0 64 41 222 126 44
Binary 1101 10101011 1010010 1011100 0 110100 100001 10010010 1010110 100100

Color Harmonies of #0DAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB52

Black with #0DAB52

Text Example


Text Example

White with #0DAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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