Html Css Color HEX #0DAD33 Dark Pastel Green

📋 copy color: '#0DAD33'

red 13 ◦ green 173 ◦ blue 51

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

Shades of Dark Pastel Green #0DAD33

Tints of Dark Pastel Green #0DAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 5.49%
G = 73%
B = 21.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#0DAD33 (or 0x0DAD33) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 33. RGB value is (13,173,51). Sum of RGB (Red+Green+Blue) = 13+173+51=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD33 is #F252CC. Grayscale: #6F6F6F. Windows color (decimal): -15880909 or 3386637. OLE color: 3386637.

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

Color convert

RGB 13 173 51 -
CMYK 0.92 0 0.71 0.32
HSL 134.25º 0.86% 0.36% -
HSV(B) 134.25º 0.92% 0.68% -
XYZ 15.71 30.21 8.14 -
YUV 111.25 93.99 57.92 -
System Red Green Blue C M Y K H S L
Decimal 13 173 51 0.92 0 0.71 0.32 134.25 0.86 0.36
Hex D AD 33 5C 0 47 20 86 56 24
Octal 15 255 63 134 0 107 40 206 126 44
Binary 1101 10101101 110011 1011100 0 1000111 100000 10000110 1010110 100100

Color Harmonies of #0DAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD33

Black with #0DAD33

Text Example


Text Example

White with #0DAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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