Html Css Color HEX #019461 Shamrock Green

📋 copy color: '#019461'

red 1 ◦ green 148 ◦ blue 97

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

Shades of Shamrock Green #019461

Tints of Shamrock Green #019461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.16%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 0.41%
G = 60.16%
B = 39.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#019461 (or 0x019461) is known color: Shamrock Green. HEX triplet: 01, 94 and 61. RGB value is (1,148,97). Sum of RGB (Red+Green+Blue) = 1+148+97=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #019461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019461 is #FE6B9E. Grayscale: #626262. Windows color (decimal): -16673695 or 6394881. OLE color: 6394881.

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

Color convert

RGB 1 148 97 -
CMYK 0.99 0 0.34 0.42
HSL 159.18º 0.99% 0.29% -
HSV(B) 159.18º 0.99% 0.58% -
XYZ 12.76 22.05 14.89 -
YUV 98.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 1 148 97 0.99 0 0.34 0.42 159.18 0.99 0.29
Hex 1 94 61 63 0 22 2A 9F 63 1D
Octal 1 224 141 143 0 42 52 237 143 35
Binary 1 10010100 1100001 1100011 0 100010 101010 10011111 1100011 11101

Color Harmonies of #019461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019461

Black with #019461

Text Example


Text Example

White with #019461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019461; }

 p { color: rgb(1,148,97); }

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

background-color css

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

 a { background-color: rgb(1,148,97); }

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

border-color css

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

 span { border-color: rgb(1,148,97); }

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