Html Css Color HEX #01AA2E Dark Pastel Green

📋 copy color: '#01AA2E'

red 1 ◦ green 170 ◦ blue 46

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

Shades of Dark Pastel Green #01AA2E

Tints of Dark Pastel Green #01AA2E

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

 GREEN value IS 170 (66.8% from 255) = 78.34%

 BLUE value IS 46 (18.36% from 255) = 21.2%

R = 0.46%
G = 78.34%
B = 21.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#01AA2E (or 0x01AA2E) is known color: Dark Pastel Green. HEX triplet: 01, AA and 2E. RGB value is (1,170,46). Sum of RGB (Red+Green+Blue) = 1+170+46=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AA2E is #FE55D1. Grayscale: #696969. Windows color (decimal): -16668114 or 3058177. OLE color: 3058177.

HSL color Cylindrical-coordinate representation of color #01AA2E: hue angle of 135.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA2E is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 46 -
CMYK 0.99 0 0.73 0.33
HSL 135.98º 0.99% 0.34% -
HSV(B) 135.98º 0.99% 0.67% -
XYZ 14.88 28.95 7.39 -
YUV 105.33 94.51 53.58 -
System Red Green Blue C M Y K H S L
Decimal 1 170 46 0.99 0 0.73 0.33 135.98 0.99 0.34
Hex 1 AA 2E 63 0 49 21 88 63 22
Octal 1 252 56 143 0 111 41 210 143 42
Binary 1 10101010 101110 1100011 0 1001001 100001 10001000 1100011 100010

Color Harmonies of #01AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA2E

Black with #01AA2E

Text Example


Text Example

White with #01AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AA2E; }

 p { color: rgb(1,170,46); }

 H1.HeaderClassName
 {
   color: #01AA2E;
 }
 .AnyTagClassName
 {
   color: #01AA2E;
 }
</style>

background-color css

<style>
 a { background-color: #01AA2E; }

 a { background-color: rgb(1,170,46); }

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

border-color css

<style>
 span { border-color: #01AA2E; }

 span { border-color: rgb(1,170,46); }

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