Html Css Color HEX #01A05C Shamrock Green

📋 copy color: '#01A05C'

red 1 ◦ green 160 ◦ blue 92

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

Shades of Shamrock Green #01A05C

Tints of Shamrock Green #01A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 0.4%
G = 63.24%
B = 36.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#01A05C (or 0x01A05C) is known color: Shamrock Green. HEX triplet: 01, A0 and 5C. RGB value is (1,160,92). Sum of RGB (Red+Green+Blue) = 1+160+92=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #01A05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A05C is #FE5FA3. Grayscale: #686868. Windows color (decimal): -16670628 or 6070273. OLE color: 6070273.

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

Color convert

RGB 1 160 92 -
CMYK 0.99 0 0.43 0.37
HSL 154.34º 0.99% 0.32% -
HSV(B) 154.34º 0.99% 0.63% -
XYZ 14.52 25.92 14.36 -
YUV 104.71 120.82 54.03 -
System Red Green Blue C M Y K H S L
Decimal 1 160 92 0.99 0 0.43 0.37 154.34 0.99 0.32
Hex 1 A0 5C 63 0 2B 25 9A 63 20
Octal 1 240 134 143 0 53 45 232 143 40
Binary 1 10100000 1011100 1100011 0 101011 100101 10011010 1100011 100000

Color Harmonies of #01A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A05C

Black with #01A05C

Text Example


Text Example

White with #01A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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