Html Css Color HEX #01A060 Shamrock Green

📋 copy color: '#01A060'

red 1 ◦ green 160 ◦ blue 96

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

Shades of Shamrock Green #01A060

Tints of Shamrock Green #01A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.26%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 0.39%
G = 62.26%
B = 37.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#01A060 (or 0x01A060) is known color: Shamrock Green. HEX triplet: 01, A0 and 60. RGB value is (1,160,96). Sum of RGB (Red+Green+Blue) = 1+160+96=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #01A060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A060 is #FE5F9F. Grayscale: #696969. Windows color (decimal): -16670624 or 6332417. OLE color: 6332417.

HSL color Cylindrical-coordinate representation of color #01A060: hue angle of 155.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A060 is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 160 96 -
CMYK 0.99 0 0.4 0.37
HSL 155.85º 0.99% 0.32% -
HSV(B) 155.85º 0.99% 0.63% -
XYZ 14.69 25.99 15.31 -
YUV 105.16 122.82 53.7 -
System Red Green Blue C M Y K H S L
Decimal 1 160 96 0.99 0 0.4 0.37 155.85 0.99 0.32
Hex 1 A0 60 63 0 28 25 9C 63 20
Octal 1 240 140 143 0 50 45 234 143 40
Binary 1 10100000 1100000 1100011 0 101000 100101 10011100 1100011 100000

Color Harmonies of #01A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A060

Black with #01A060

Text Example


Text Example

White with #01A060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,96); }

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

background-color css

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

 a { background-color: rgb(1,160,96); }

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

border-color css

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

 span { border-color: rgb(1,160,96); }

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