Html Css Color HEX #019660 Shamrock Green

📋 copy color: '#019660'

red 1 ◦ green 150 ◦ blue 96

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

Shades of Shamrock Green #019660

Tints of Shamrock Green #019660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.73%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 0.4%
G = 60.73%
B = 38.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#019660 (or 0x019660) is known color: Shamrock Green. HEX triplet: 01, 96 and 60. RGB value is (1,150,96). Sum of RGB (Red+Green+Blue) = 1+150+96=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #019660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019660 is #FE699F. Grayscale: #636363. Windows color (decimal): -16673184 or 6329857. OLE color: 6329857.

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

Color convert

RGB 1 150 96 -
CMYK 0.99 0 0.36 0.41
HSL 158.26º 0.99% 0.3% -
HSV(B) 158.26º 0.99% 0.59% -
XYZ 13.03 22.66 14.75 -
YUV 99.29 126.14 57.89 -
System Red Green Blue C M Y K H S L
Decimal 1 150 96 0.99 0 0.36 0.41 158.26 0.99 0.3
Hex 1 96 60 63 0 24 29 9E 63 1E
Octal 1 226 140 143 0 44 51 236 143 36
Binary 1 10010110 1100000 1100011 0 100100 101001 10011110 1100011 11110

Color Harmonies of #019660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019660

Black with #019660

Text Example


Text Example

White with #019660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019660; }

 p { color: rgb(1,150,96); }

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

background-color css

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

 a { background-color: rgb(1,150,96); }

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

border-color css

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

 span { border-color: rgb(1,150,96); }

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