Html Css Color HEX #01AA3E Pigment Green

📋 copy color: '#01AA3E'

red 1 ◦ green 170 ◦ blue 62

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

Shades of Pigment Green #01AA3E

Tints of Pigment Green #01AA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 0.43%
G = 72.96%
B = 26.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#01AA3E (or 0x01AA3E) is known color: Pigment Green. HEX triplet: 01, AA and 3E. RGB value is (1,170,62). Sum of RGB (Red+Green+Blue) = 1+170+62=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AA3E is #FE55C1. Grayscale: #6B6B6B. Windows color (decimal): -16668098 or 4106753. OLE color: 4106753.

HSL color Cylindrical-coordinate representation of color #01AA3E: hue angle of 141.66º 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 #01AA3E is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 62 -
CMYK 0.99 0 0.64 0.33
HSL 141.66º 0.99% 0.34% -
HSV(B) 141.66º 0.99% 0.67% -
XYZ 15.26 29.1 9.37 -
YUV 107.16 102.51 52.28 -
System Red Green Blue C M Y K H S L
Decimal 1 170 62 0.99 0 0.64 0.33 141.66 0.99 0.34
Hex 1 AA 3E 63 0 40 21 8E 63 22
Octal 1 252 76 143 0 100 41 216 143 42
Binary 1 10101010 111110 1100011 0 1000000 100001 10001110 1100011 100010

Color Harmonies of #01AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA3E

Black with #01AA3E

Text Example


Text Example

White with #01AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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