Html Css Color HEX #019466 Shamrock Green

📋 copy color: '#019466'

red 1 ◦ green 148 ◦ blue 102

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

Shades of Shamrock Green #019466

Tints of Shamrock Green #019466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 0.4%
G = 58.96%
B = 40.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#019466 (or 0x019466) is known color: Shamrock Green. HEX triplet: 01, 94 and 66. RGB value is (1,148,102). Sum of RGB (Red+Green+Blue) = 1+148+102=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #019466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019466 is #FE6B99. Grayscale: #626262. Windows color (decimal): -16673690 or 6722561. OLE color: 6722561.

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

Color convert

RGB 1 148 102 -
CMYK 0.99 0 0.31 0.42
HSL 161.22º 0.99% 0.29% -
HSV(B) 161.22º 0.99% 0.58% -
XYZ 13 22.15 16.16 -
YUV 98.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 1 148 102 0.99 0 0.31 0.42 161.22 0.99 0.29
Hex 1 94 66 63 0 1F 2A A1 63 1D
Octal 1 224 146 143 0 37 52 241 143 35
Binary 1 10010100 1100110 1100011 0 11111 101010 10100001 1100011 11101

Color Harmonies of #019466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019466

Black with #019466

Text Example


Text Example

White with #019466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019466; }

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

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

background-color css

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

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

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

border-color css

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

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

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