Html Css Color HEX #0DAD5C Pigment Green

📋 copy color: '#0DAD5C'

red 13 ◦ green 173 ◦ blue 92

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

Shades of Pigment Green #0DAD5C

Tints of Pigment Green #0DAD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 4.68%
G = 62.23%
B = 33.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#0DAD5C (or 0x0DAD5C) is known color: Pigment Green. HEX triplet: 0D, AD and 5C. RGB value is (13,173,92). Sum of RGB (Red+Green+Blue) = 13+173+92=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD5C is #F252A3. Grayscale: #747474. Windows color (decimal): -15880868 or 6073613. OLE color: 6073613.

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

Color convert

RGB 13 173 92 -
CMYK 0.92 0 0.47 0.32
HSL 149.63º 0.86% 0.36% -
HSV(B) 149.63º 0.92% 0.68% -
XYZ 17.04 30.75 15.16 -
YUV 115.93 114.49 54.59 -
System Red Green Blue C M Y K H S L
Decimal 13 173 92 0.92 0 0.47 0.32 149.63 0.86 0.36
Hex D AD 5C 5C 0 2F 20 96 56 24
Octal 15 255 134 134 0 57 40 226 126 44
Binary 1101 10101101 1011100 1011100 0 101111 100000 10010110 1010110 100100

Color Harmonies of #0DAD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD5C

Black with #0DAD5C

Text Example


Text Example

White with #0DAD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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