Html Css Color HEX #01A762 Shamrock Green

📋 copy color: '#01A762'

red 1 ◦ green 167 ◦ blue 98

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

Shades of Shamrock Green #01A762

Tints of Shamrock Green #01A762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 62.78%

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

R = 0.38%
G = 62.78%
B = 36.84%

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

#01A762 (or 0x01A762) is known color: Shamrock Green. HEX triplet: 01, A7 and 62. RGB value is (1,167,98). Sum of RGB (Red+Green+Blue) = 1+167+98=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 167 (65.62% from 255 or 62.78% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 167 - color contains mainly: green. Hex color #01A762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A762 is #FE589D. Grayscale: #6D6D6D. Windows color (decimal): -16668830 or 6465281. OLE color: 6465281.

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

Color convert

RGB 1 167 98 -
CMYK 0.99 0 0.41 0.35
HSL 155.06º 0.99% 0.33% -
HSV(B) 155.06º 0.99% 0.65% -
XYZ 16.04 28.53 16.22 -
YUV 109.5 121.5 50.61 -
System Red Green Blue C M Y K H S L
Decimal 1 167 98 0.99 0 0.41 0.35 155.06 0.99 0.33
Hex 1 A7 62 63 0 29 23 9B 63 21
Octal 1 247 142 143 0 51 43 233 143 41
Binary 1 10100111 1100010 1100011 0 101001 100011 10011011 1100011 100001

Color Harmonies of #01A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A762

Black with #01A762

Text Example


Text Example

White with #01A762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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