Html Css Color HEX #019360 Shamrock Green

📋 copy color: '#019360'

red 1 ◦ green 147 ◦ blue 96

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

Shades of Shamrock Green #019360

Tints of Shamrock Green #019360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60.25%

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

R = 0.41%
G = 60.25%
B = 39.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#019360 (or 0x019360) is known color: Shamrock Green. HEX triplet: 01, 93 and 60. RGB value is (1,147,96). Sum of RGB (Red+Green+Blue) = 1+147+96=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #019360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019360 is #FE6C9F. Grayscale: #616161. Windows color (decimal): -16673952 or 6329089. OLE color: 6329089.

HSL color Cylindrical-coordinate representation of color #019360: hue angle of 159.04º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019360 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 96 -
CMYK 0.99 0 0.35 0.42
HSL 159.04º 0.99% 0.29% -
HSV(B) 159.04º 0.99% 0.58% -
XYZ 12.56 21.72 14.6 -
YUV 97.53 127.13 59.15 -
System Red Green Blue C M Y K H S L
Decimal 1 147 96 0.99 0 0.35 0.42 159.04 0.99 0.29
Hex 1 93 60 63 0 23 2A 9F 63 1D
Octal 1 223 140 143 0 43 52 237 143 35
Binary 1 10010011 1100000 1100011 0 100011 101010 10011111 1100011 11101

Color Harmonies of #019360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019360

Black with #019360

Text Example


Text Example

White with #019360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019360; }

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

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

background-color css

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

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

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

border-color css

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

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

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