Html Css Color HEX #00AD28 Dark Pastel Green

📋 copy color: '#00AD28'

red 0 ◦ green 173 ◦ blue 40

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

Shades of Dark Pastel Green #00AD28

Tints of Dark Pastel Green #00AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 0%
G = 81.22%
B = 18.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#00AD28 (or 0x00AD28) is known color: Dark Pastel Green. HEX triplet: 00, AD and 28. RGB value is (0,173,40). Sum of RGB (Red+Green+Blue) = 0+173+40=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD28 is #FF52D7. Grayscale: #6A6A6A. Windows color (decimal): -16732888 or 2665728. OLE color: 2665728.

HSL color Cylindrical-coordinate representation of color #00AD28: hue angle of 133.87º 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 #00AD28 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 173 40 -
CMYK 1 0 0.77 0.32
HSL 133.87º 1% 0.34% -
HSV(B) 133.87º 1% 0.68% -
XYZ 15.33 30.04 7 -
YUV 106.11 90.69 52.31 -
System Red Green Blue C M Y K H S L
Decimal 0 173 40 1 0 0.77 0.32 133.87 1 0.34
Hex 0 AD 28 64 0 4D 20 86 64 22
Octal 0 255 50 144 0 115 40 206 144 42
Binary 0 10101101 101000 1100100 0 1001101 100000 10000110 1100100 100010

Color Harmonies of #00AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AD28

Black with #00AD28

Text Example


Text Example

White with #00AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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