Html Css Color HEX #01AA5D Shamrock Green

📋 copy color: '#01AA5D'

red 1 ◦ green 170 ◦ blue 93

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

Shades of Shamrock Green #01AA5D

Tints of Shamrock Green #01AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 0.38%
G = 64.39%
B = 35.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#01AA5D (or 0x01AA5D) is known color: Shamrock Green. HEX triplet: 01, AA and 5D. RGB value is (1,170,93). Sum of RGB (Red+Green+Blue) = 1+170+93=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA5D is #FE55A2. Grayscale: #6E6E6E. Windows color (decimal): -16668067 or 6138369. OLE color: 6138369.

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

Color convert

RGB 1 170 93 -
CMYK 0.99 0 0.45 0.33
HSL 152.66º 0.99% 0.34% -
HSV(B) 152.66º 0.99% 0.67% -
XYZ 16.36 29.55 15.2 -
YUV 110.69 118.01 49.76 -
System Red Green Blue C M Y K H S L
Decimal 1 170 93 0.99 0 0.45 0.33 152.66 0.99 0.34
Hex 1 AA 5D 63 0 2D 21 99 63 22
Octal 1 252 135 143 0 55 41 231 143 42
Binary 1 10101010 1011101 1100011 0 101101 100001 10011001 1100011 100010

Color Harmonies of #01AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA5D

Black with #01AA5D

Text Example


Text Example

White with #01AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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