Html Css Color HEX #00A820 Dark Pastel Green

📋 copy color: '#00A820'

red 0 ◦ green 168 ◦ blue 32

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

Shades of Dark Pastel Green #00A820

Tints of Dark Pastel Green #00A820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 84%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 0%
G = 84%
B = 16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#00A820 (or 0x00A820) is known color: Dark Pastel Green. HEX triplet: 00, A8 and 20. RGB value is (0,168,32). Sum of RGB (Red+Green+Blue) = 0+168+32=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 168 (66.02% from 255 or 84% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 168 - color contains mainly: green. Hex color #00A820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A820 is #FF57DF. Grayscale: #666666. Windows color (decimal): -16734176 or 2140160. OLE color: 2140160.

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

Color convert

RGB 0 168 32 -
CMYK 1 0 0.81 0.34
HSL 131.43º 1% 0.33% -
HSV(B) 131.43º 1% 0.66% -
XYZ 14.26 28.11 6.04 -
YUV 102.26 88.34 55.06 -
System Red Green Blue C M Y K H S L
Decimal 0 168 32 1 0 0.81 0.34 131.43 1 0.33
Hex 0 A8 20 64 0 51 22 83 64 21
Octal 0 250 40 144 0 121 42 203 144 41
Binary 0 10101000 100000 1100100 0 1010001 100010 10000011 1100100 100001

Color Harmonies of #00A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A820

Black with #00A820

Text Example


Text Example

White with #00A820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,168,32); }

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

background-color css

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

 a { background-color: rgb(0,168,32); }

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

border-color css

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

 span { border-color: rgb(0,168,32); }

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