Html Css Color HEX #0DAD42 Dark Pastel Green

📋 copy color: '#0DAD42'

red 13 ◦ green 173 ◦ blue 66

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

Shades of Dark Pastel Green #0DAD42

Tints of Dark Pastel Green #0DAD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 5.16%
G = 68.65%
B = 26.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#0DAD42 (or 0x0DAD42) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 42. RGB value is (13,173,66). Sum of RGB (Red+Green+Blue) = 13+173+66=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD42 is #F252BD. Grayscale: #717171. Windows color (decimal): -15880894 or 4369677. OLE color: 4369677.

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

Color convert

RGB 13 173 66 -
CMYK 0.92 0 0.62 0.32
HSL 139.88º 0.86% 0.36% -
HSV(B) 139.88º 0.92% 0.68% -
XYZ 16.09 30.37 10.17 -
YUV 112.96 101.49 56.7 -
System Red Green Blue C M Y K H S L
Decimal 13 173 66 0.92 0 0.62 0.32 139.88 0.86 0.36
Hex D AD 42 5C 0 3E 20 8C 56 24
Octal 15 255 102 134 0 76 40 214 126 44
Binary 1101 10101101 1000010 1011100 0 111110 100000 10001100 1010110 100100

Color Harmonies of #0DAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD42

Black with #0DAD42

Text Example


Text Example

White with #0DAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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