Html Css Color HEX #0DAD5A Pigment Green

📋 copy color: '#0DAD5A'

red 13 ◦ green 173 ◦ blue 90

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

Shades of Pigment Green #0DAD5A

Tints of Pigment Green #0DAD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.68%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 4.71%
G = 62.68%
B = 32.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#0DAD5A (or 0x0DAD5A) is known color: Pigment Green. HEX triplet: 0D, AD and 5A. RGB value is (13,173,90). Sum of RGB (Red+Green+Blue) = 13+173+90=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 173 (67.97% from 255 or 62.68% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD5A is #F252A5. Grayscale: #737373. Windows color (decimal): -15880870 or 5942541. OLE color: 5942541.

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

Color convert

RGB 13 173 90 -
CMYK 0.92 0 0.48 0.32
HSL 148.88º 0.86% 0.36% -
HSV(B) 148.88º 0.92% 0.68% -
XYZ 16.96 30.71 14.71 -
YUV 115.7 113.49 54.75 -
System Red Green Blue C M Y K H S L
Decimal 13 173 90 0.92 0 0.48 0.32 148.88 0.86 0.36
Hex D AD 5A 5C 0 30 20 95 56 24
Octal 15 255 132 134 0 60 40 225 126 44
Binary 1101 10101101 1011010 1011100 0 110000 100000 10010101 1010110 100100

Color Harmonies of #0DAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD5A

Black with #0DAD5A

Text Example


Text Example

White with #0DAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,90); }

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

background-color css

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

 a { background-color: rgb(13,173,90); }

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

border-color css

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

 span { border-color: rgb(13,173,90); }

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