#06AA5F

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

Shades of Shamrock Green #06AA5F

Tints of Shamrock Green #06AA5F

Color information

#06AA5F (or 0x06AA5F) is unknown color: approx Shamrock Green. HEX triplet: 06, AA and 5F. RGB value is (6,170,95). Sum of RGB (Red+Green+Blue) = 6+170+95=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA5F is #F955A0. Grayscale: #707070. Windows color (decimal): -16340385 or 6269446. OLE color: 6269446.

HSL color Cylindrical-coordinate representation of color #06AA5F: hue angle of 152.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA5F is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB617095-
CMYK0.9600.440.33
HSL152.56º93.18%34.51%-
HSV(B)152.56º96.47%66.67%-
XYZ16.5229.6115.67-
YUV112.41118.1752.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=2.21%
G=62.73%
B=35.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6170950.9600.440.33152.5693.1834.51
Hex6AA5F6002C21995d23
Octal62521371400544123113543
Binary11010101010101111111000000101100100001100110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AA5F; }

 p { color: rgb(6,170,95); }

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

<style>
 a { background-color: #06AA5F; }

 a { background-color: rgb(6,170,95); }

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

<style>
 span { border-color: #06AA5F; }

 span { border-color: rgb(6,170,95); }

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