#00AA5C

Color #00AA5C Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #00AA5C

Tints of Shamrock Green #00AA5C

Color information

#00AA5C (or 0x00AA5C) is unknown color: approx Shamrock Green. HEX triplet: 00, AA and 5C. RGB value is (0,170,92). Sum of RGB (Red+Green+Blue) = 0+170+92=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA5C is #FF55A3. Grayscale: #6E6E6E. Windows color (decimal): -16733604 or 6072832. OLE color: 6072832.

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

Color convert

RGB017092-
CMYK100.460.33
HSL152.47º100%33.33%-
HSV(B)152.47º100%66.67%-
XYZ16.3129.5214.96-
YUV110.28117.6849.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 64.89%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=0%
G=64.89%
B=35.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017092100.460.33152.4710033.33
Hex0AA5C6402E21986421
Octal02521341440564123014441
Binary010101010101110011001000101110100001100110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,170,92); }

 H1.HeaderClassName
 {
   color: #00AA5C;
 }
 .AnyTagClassName
 {
   color: #00AA5C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,170,92); }

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

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

 span { border-color: rgb(0,170,92); }

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