Html Css Color HEX #01A562 Shamrock Green

📋 copy color: '#01A562'

red 1 ◦ green 165 ◦ blue 98

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

Shades of Shamrock Green #01A562

Tints of Shamrock Green #01A562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.5%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 0.38%
G = 62.5%
B = 37.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#01A562 (or 0x01A562) is known color: Shamrock Green. HEX triplet: 01, A5 and 62. RGB value is (1,165,98). Sum of RGB (Red+Green+Blue) = 1+165+98=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #01A562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A562 is #FE5A9D. Grayscale: #6C6C6C. Windows color (decimal): -16669342 or 6464769. OLE color: 6464769.

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

Color convert

RGB 1 165 98 -
CMYK 0.99 0 0.41 0.35
HSL 155.49º 0.99% 0.33% -
HSV(B) 155.49º 0.99% 0.65% -
XYZ 15.67 27.8 16.09 -
YUV 108.33 122.17 51.45 -
System Red Green Blue C M Y K H S L
Decimal 1 165 98 0.99 0 0.41 0.35 155.49 0.99 0.33
Hex 1 A5 62 63 0 29 23 9B 63 21
Octal 1 245 142 143 0 51 43 233 143 41
Binary 1 10100101 1100010 1100011 0 101001 100011 10011011 1100011 100001

Color Harmonies of #01A562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A562

Black with #01A562

Text Example


Text Example

White with #01A562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,98); }

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

background-color css

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

 a { background-color: rgb(1,165,98); }

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

border-color css

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

 span { border-color: rgb(1,165,98); }

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