Html Css Color HEX #01A067 Shamrock Green

📋 copy color: '#01A067'

red 1 ◦ green 160 ◦ blue 103

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

Shades of Shamrock Green #01A067

Tints of Shamrock Green #01A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 0.38%
G = 60.61%
B = 39.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#01A067 (or 0x01A067) is known color: Shamrock Green. HEX triplet: 01, A0 and 67. RGB value is (1,160,103). Sum of RGB (Red+Green+Blue) = 1+160+103=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 160 (62.89% from 255 or 60.61% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 160 - color contains mainly: green. Hex color #01A067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A067 is #FE5F98. Grayscale: #6A6A6A. Windows color (decimal): -16670617 or 6791169. OLE color: 6791169.

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

Color convert

RGB 1 160 103 -
CMYK 0.99 0 0.36 0.37
HSL 158.49º 0.99% 0.32% -
HSV(B) 158.49º 0.99% 0.63% -
XYZ 15.03 26.13 17.08 -
YUV 105.96 126.32 53.13 -
System Red Green Blue C M Y K H S L
Decimal 1 160 103 0.99 0 0.36 0.37 158.49 0.99 0.32
Hex 1 A0 67 63 0 24 25 9E 63 20
Octal 1 240 147 143 0 44 45 236 143 40
Binary 1 10100000 1100111 1100011 0 100100 100101 10011110 1100011 100000

Color Harmonies of #01A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A067

Black with #01A067

Text Example


Text Example

White with #01A067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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