Html Css Color HEX #01975A Shamrock Green

📋 copy color: '#01975A'

red 1 ◦ green 151 ◦ blue 90

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

Shades of Shamrock Green #01975A

Tints of Shamrock Green #01975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 62.4%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 0.41%
G = 62.4%
B = 37.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#01975A (or 0x01975A) is known color: Shamrock Green. HEX triplet: 01, 97 and 5A. RGB value is (1,151,90). Sum of RGB (Red+Green+Blue) = 1+151+90=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #01975A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01975A is #FE68A5. Grayscale: #636363. Windows color (decimal): -16672934 or 5936897. OLE color: 5936897.

HSL color Cylindrical-coordinate representation of color #01975A: hue angle of 155.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01975A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 151 90 -
CMYK 0.99 0 0.40 0.41
HSL 155.6º 0.99% 0.3% -
HSV(B) 155.6º 0.99% 0.59% -
XYZ 12.92 22.88 13.41 -
YUV 99.2 122.81 57.96 -
System Red Green Blue C M Y K H S L
Decimal 1 151 90 0.99 0 0.40 0.41 155.6 0.99 0.3
Hex 1 97 5A 63 0 28 29 9C 63 1E
Octal 1 227 132 143 0 50 51 234 143 36
Binary 1 10010111 1011010 1100011 0 101000 101001 10011100 1100011 11110

Color Harmonies of #01975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01975A

Black with #01975A

Text Example


Text Example

White with #01975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01975A; }

 p { color: rgb(1,151,90); }

 H1.HeaderClassName
 {
   color: #01975A;
 }
 .AnyTagClassName
 {
   color: #01975A;
 }
</style>

background-color css

<style>
 a { background-color: #01975A; }

 a { background-color: rgb(1,151,90); }

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

border-color css

<style>
 span { border-color: #01975A; }

 span { border-color: rgb(1,151,90); }

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