Html Css Color HEX #009466 Shamrock Green

📋 copy color: '#009466'

red 0 ◦ green 148 ◦ blue 102

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

Shades of Shamrock Green #009466

Tints of Shamrock Green #009466

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 59.2%
B = 40.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#009466 (or 0x009466) is known color: Shamrock Green. HEX triplet: 00, 94 and 66. RGB value is (0,148,102). Sum of RGB (Red+Green+Blue) = 0+148+102=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #009466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009466 is #FF6B99. Grayscale: #626262. Windows color (decimal): -16739226 or 6722560. OLE color: 6722560.

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

Color convert

RGB 0 148 102 -
CMYK 1 0 0.31 0.42
HSL 161.35º 1% 0.29% -
HSV(B) 161.35º 1% 0.58% -
XYZ 12.99 22.14 16.16 -
YUV 98.5 129.97 57.74 -
System Red Green Blue C M Y K H S L
Decimal 0 148 102 1 0 0.31 0.42 161.35 1 0.29
Hex 0 94 66 64 0 1F 2A A1 64 1D
Octal 0 224 146 144 0 37 52 241 144 35
Binary 0 10010100 1100110 1100100 0 11111 101010 10100001 1100100 11101

Color Harmonies of #009466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009466

Black with #009466

Text Example


Text Example

White with #009466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009466; }

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

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

background-color css

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

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

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

border-color css

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

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

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