Html Css Color HEX #019960 Shamrock Green

📋 copy color: '#019960'

red 1 ◦ green 153 ◦ blue 96

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

Shades of Shamrock Green #019960

Tints of Shamrock Green #019960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 61.2%

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

R = 0.4%
G = 61.2%
B = 38.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#019960 (or 0x019960) is known color: Shamrock Green. HEX triplet: 01, 99 and 60. RGB value is (1,153,96). Sum of RGB (Red+Green+Blue) = 1+153+96=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #019960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019960 is #FE669F. Grayscale: #656565. Windows color (decimal): -16672416 or 6330625. OLE color: 6330625.

HSL color Cylindrical-coordinate representation of color #019960: hue angle of 157.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019960 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 96 -
CMYK 0.99 0 0.37 0.4
HSL 157.5º 0.99% 0.3% -
HSV(B) 157.5º 0.99% 0.6% -
XYZ 13.52 23.63 14.92 -
YUV 101.05 125.14 56.63 -
System Red Green Blue C M Y K H S L
Decimal 1 153 96 0.99 0 0.37 0.4 157.5 0.99 0.3
Hex 1 99 60 63 0 25 28 9E 63 1E
Octal 1 231 140 143 0 45 50 236 143 36
Binary 1 10011001 1100000 1100011 0 100101 101000 10011110 1100011 11110

Color Harmonies of #019960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019960

Black with #019960

Text Example


Text Example

White with #019960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019960; }

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

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

background-color css

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

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

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

border-color css

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

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

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