Html Css Color HEX #01A166 Shamrock Green

📋 copy color: '#01A166'

red 1 ◦ green 161 ◦ blue 102

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

Shades of Shamrock Green #01A166

Tints of Shamrock Green #01A166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.98%

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 0.38%
G = 60.98%
B = 38.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#01A166 (or 0x01A166) is known color: Shamrock Green. HEX triplet: 01, A1 and 66. RGB value is (1,161,102). Sum of RGB (Red+Green+Blue) = 1+161+102=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #01A166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A166 is #FE5E99. Grayscale: #6A6A6A. Windows color (decimal): -16670362 or 6725889. OLE color: 6725889.

HSL color Cylindrical-coordinate representation of color #01A166: hue angle of 157.88º 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 #01A166 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 161 102 -
CMYK 0.99 0 0.37 0.37
HSL 157.88º 0.99% 0.32% -
HSV(B) 157.88º 0.99% 0.63% -
XYZ 15.16 26.46 16.88 -
YUV 106.43 125.49 52.8 -
System Red Green Blue C M Y K H S L
Decimal 1 161 102 0.99 0 0.37 0.37 157.88 0.99 0.32
Hex 1 A1 66 63 0 25 25 9E 63 20
Octal 1 241 146 143 0 45 45 236 143 40
Binary 1 10100001 1100110 1100011 0 100101 100101 10011110 1100011 100000

Color Harmonies of #01A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A166

Black with #01A166

Text Example


Text Example

White with #01A166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,102); }

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

background-color css

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

 a { background-color: rgb(1,161,102); }

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

border-color css

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

 span { border-color: rgb(1,161,102); }

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