Html Css Color HEX #0DAD2C Dark Pastel Green

📋 copy color: '#0DAD2C'

red 13 ◦ green 173 ◦ blue 44

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

Shades of Dark Pastel Green #0DAD2C

Tints of Dark Pastel Green #0DAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 5.65%
G = 75.22%
B = 19.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#0DAD2C (or 0x0DAD2C) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 2C. RGB value is (13,173,44). Sum of RGB (Red+Green+Blue) = 13+173+44=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 173 (67.97% from 255 or 75.22% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD2C is #F252D3. Grayscale: #6E6E6E. Windows color (decimal): -15880916 or 2927885. OLE color: 2927885.

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

Color convert

RGB 13 173 44 -
CMYK 0.92 0 0.75 0.32
HSL 131.63º 0.86% 0.36% -
HSV(B) 131.63º 0.92% 0.68% -
XYZ 15.56 30.15 7.38 -
YUV 110.45 90.49 58.49 -
System Red Green Blue C M Y K H S L
Decimal 13 173 44 0.92 0 0.75 0.32 131.63 0.86 0.36
Hex D AD 2C 5C 0 4B 20 84 56 24
Octal 15 255 54 134 0 113 40 204 126 44
Binary 1101 10101101 101100 1011100 0 1001011 100000 10000100 1010110 100100

Color Harmonies of #0DAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD2C

Black with #0DAD2C

Text Example


Text Example

White with #0DAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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