Html Css Color HEX #0DAD2B Dark Pastel Green

📋 copy color: '#0DAD2B'

red 13 ◦ green 173 ◦ blue 43

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

Shades of Dark Pastel Green #0DAD2B

Tints of Dark Pastel Green #0DAD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 5.68%
G = 75.55%
B = 18.78%

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

#0DAD2B (or 0x0DAD2B) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 2B. RGB value is (13,173,43). Sum of RGB (Red+Green+Blue) = 13+173+43=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD2B is #F252D4. Grayscale: #6E6E6E. Windows color (decimal): -15880917 or 2862349. OLE color: 2862349.

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

Color convert

RGB 13 173 43 -
CMYK 0.92 0 0.75 0.32
HSL 131.25º 0.86% 0.36% -
HSV(B) 131.25º 0.92% 0.68% -
XYZ 15.55 30.15 7.29 -
YUV 110.34 89.99 58.57 -
System Red Green Blue C M Y K H S L
Decimal 13 173 43 0.92 0 0.75 0.32 131.25 0.86 0.36
Hex D AD 2B 5C 0 4B 20 83 56 24
Octal 15 255 53 134 0 113 40 203 126 44
Binary 1101 10101101 101011 1011100 0 1001011 100000 10000011 1010110 100100

Color Harmonies of #0DAD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD2B

Black with #0DAD2B

Text Example


Text Example

White with #0DAD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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