Html Css Color HEX #00AD31 Dark Pastel Green

📋 copy color: '#00AD31'

red 0 ◦ green 173 ◦ blue 49

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

Shades of Dark Pastel Green #00AD31

Tints of Dark Pastel Green #00AD31

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 0%
G = 77.93%
B = 22.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#00AD31 (or 0x00AD31) is known color: Dark Pastel Green. HEX triplet: 00, AD and 31. RGB value is (0,173,49). Sum of RGB (Red+Green+Blue) = 0+173+49=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD31 is #FF52CE. Grayscale: #6B6B6B. Windows color (decimal): -16732879 or 3255552. OLE color: 3255552.

HSL color Cylindrical-coordinate representation of color #00AD31: hue angle of 136.99º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD31 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 173 49 -
CMYK 1 0 0.72 0.32
HSL 136.99º 1% 0.34% -
HSV(B) 136.99º 1% 0.68% -
XYZ 15.5 30.11 7.9 -
YUV 107.14 95.19 51.58 -
System Red Green Blue C M Y K H S L
Decimal 0 173 49 1 0 0.72 0.32 136.99 1 0.34
Hex 0 AD 31 64 0 48 20 89 64 22
Octal 0 255 61 144 0 110 40 211 144 42
Binary 0 10101101 110001 1100100 0 1001000 100000 10001001 1100100 100010

Color Harmonies of #00AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AD31

Black with #00AD31

Text Example


Text Example

White with #00AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AD31; }

 p { color: rgb(0,173,49); }

 H1.HeaderClassName
 {
   color: #00AD31;
 }
 .AnyTagClassName
 {
   color: #00AD31;
 }
</style>

background-color css

<style>
 a { background-color: #00AD31; }

 a { background-color: rgb(0,173,49); }

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

border-color css

<style>
 span { border-color: #00AD31; }

 span { border-color: rgb(0,173,49); }

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