Html Css Color HEX #01A064 Shamrock Green

📋 copy color: '#01A064'

red 1 ◦ green 160 ◦ blue 100

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

Shades of Shamrock Green #01A064

Tints of Shamrock Green #01A064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 0.38%
G = 61.3%
B = 38.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#01A064 (or 0x01A064) is known color: Shamrock Green. HEX triplet: 01, A0 and 64. RGB value is (1,160,100). Sum of RGB (Red+Green+Blue) = 1+160+100=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #01A064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A064 is #FE5F9B. Grayscale: #696969. Windows color (decimal): -16670620 or 6594561. OLE color: 6594561.

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

Color convert

RGB 1 160 100 -
CMYK 0.99 0 0.38 0.37
HSL 157.36º 0.99% 0.32% -
HSV(B) 157.36º 0.99% 0.63% -
XYZ 14.88 26.07 16.3 -
YUV 105.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 1 160 100 0.99 0 0.38 0.37 157.36 0.99 0.32
Hex 1 A0 64 63 0 26 25 9D 63 20
Octal 1 240 144 143 0 46 45 235 143 40
Binary 1 10100000 1100100 1100011 0 100110 100101 10011101 1100011 100000

Color Harmonies of #01A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A064

Black with #01A064

Text Example


Text Example

White with #01A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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