Html Css Color HEX #01A660 Shamrock Green

📋 copy color: '#01A660'

red 1 ◦ green 166 ◦ blue 96

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

Shades of Shamrock Green #01A660

Tints of Shamrock Green #01A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.12%

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

R = 0.38%
G = 63.12%
B = 36.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#01A660 (or 0x01A660) is known color: Shamrock Green. HEX triplet: 01, A6 and 60. RGB value is (1,166,96). Sum of RGB (Red+Green+Blue) = 1+166+96=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 166 (65.23% from 255 or 63.12% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 166 - color contains mainly: green. Hex color #01A660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A660 is #FE599F. Grayscale: #6C6C6C. Windows color (decimal): -16669088 or 6333953. OLE color: 6333953.

HSL color Cylindrical-coordinate representation of color #01A660: hue angle of 154.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A660 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 166 96 -
CMYK 0.99 0 0.42 0.35
HSL 154.55º 0.99% 0.33% -
HSV(B) 154.55º 0.99% 0.65% -
XYZ 15.76 28.12 15.66 -
YUV 108.69 120.84 51.19 -
System Red Green Blue C M Y K H S L
Decimal 1 166 96 0.99 0 0.42 0.35 154.55 0.99 0.33
Hex 1 A6 60 63 0 2A 23 9B 63 21
Octal 1 246 140 143 0 52 43 233 143 41
Binary 1 10100110 1100000 1100011 0 101010 100011 10011011 1100011 100001

Color Harmonies of #01A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A660

Black with #01A660

Text Example


Text Example

White with #01A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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