#00A960

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

Shades of Shamrock Green #00A960

Tints of Shamrock Green #00A960

Color information

#00A960 (or 0x00A960) is unknown color: approx Shamrock Green. HEX triplet: 00, A9 and 60. RGB value is (0,169,96). Sum of RGB (Red+Green+Blue) = 0+169+96=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #00A960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A960 is #FF569F. Grayscale: #6E6E6E. Windows color (decimal): -16733856 or 6334720. OLE color: 6334720.

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

Color convert

RGB016996-
CMYK100.430.34
HSL154.08º100%33.14%-
HSV(B)154.08º100%66.27%-
XYZ16.329.2215.85-
YUV110.15120.0149.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 63.77%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=0%
G=63.77%
B=36.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal016996100.430.34154.0810033.14
Hex0A9606402B229a6421
Octal02511401440534223214441
Binary010101001110000011001000101011100010100110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,169,96); }

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

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

 a { background-color: rgb(0,169,96); }

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

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

 span { border-color: rgb(0,169,96); }

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