Html Css Color HEX #01AA5B Pigment Green

📋 copy color: '#01AA5B'

red 1 ◦ green 170 ◦ blue 91

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

Shades of Pigment Green #01AA5B

Tints of Pigment Green #01AA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 0.38%
G = 64.89%
B = 34.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#01AA5B (or 0x01AA5B) is known color: Pigment Green. HEX triplet: 01, AA and 5B. RGB value is (1,170,91). Sum of RGB (Red+Green+Blue) = 1+170+91=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA5B is #FE55A4. Grayscale: #6E6E6E. Windows color (decimal): -16668069 or 6007297. OLE color: 6007297.

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

Color convert

RGB 1 170 91 -
CMYK 0.99 0 0.46 0.33
HSL 151.95º 0.99% 0.34% -
HSV(B) 151.95º 0.99% 0.67% -
XYZ 16.28 29.51 14.74 -
YUV 110.46 117.01 49.92 -
System Red Green Blue C M Y K H S L
Decimal 1 170 91 0.99 0 0.46 0.33 151.95 0.99 0.34
Hex 1 AA 5B 63 0 2E 21 98 63 22
Octal 1 252 133 143 0 56 41 230 143 42
Binary 1 10101010 1011011 1100011 0 101110 100001 10011000 1100011 100010

Color Harmonies of #01AA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA5B

Black with #01AA5B

Text Example


Text Example

White with #01AA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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