Html Css Color HEX #0DAD46 Pigment Green

📋 copy color: '#0DAD46'

red 13 ◦ green 173 ◦ blue 70

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

Shades of Pigment Green #0DAD46

Tints of Pigment Green #0DAD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 5.08%
G = 67.58%
B = 27.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#0DAD46 (or 0x0DAD46) is known color: Pigment Green. HEX triplet: 0D, AD and 46. RGB value is (13,173,70). Sum of RGB (Red+Green+Blue) = 13+173+70=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD46 is #F252B9. Grayscale: #717171. Windows color (decimal): -15880890 or 4631821. OLE color: 4631821.

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

Color convert

RGB 13 173 70 -
CMYK 0.92 0 0.60 0.32
HSL 141.38º 0.86% 0.36% -
HSV(B) 141.38º 0.92% 0.68% -
XYZ 16.22 30.41 10.81 -
YUV 113.42 103.49 56.38 -
System Red Green Blue C M Y K H S L
Decimal 13 173 70 0.92 0 0.60 0.32 141.38 0.86 0.36
Hex D AD 46 5C 0 3C 20 8D 56 24
Octal 15 255 106 134 0 74 40 215 126 44
Binary 1101 10101101 1000110 1011100 0 111100 100000 10001101 1010110 100100

Color Harmonies of #0DAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD46

Black with #0DAD46

Text Example


Text Example

White with #0DAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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