Html Css Color HEX #099464 Shamrock Green

📋 copy color: '#099464'

red 9 ◦ green 148 ◦ blue 100

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

Shades of Shamrock Green #099464

Tints of Shamrock Green #099464

RGB

 RED value IS 9 (3.91% from 255) = 3.5%

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

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 3.5%
G = 57.59%
B = 38.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#099464 (or 0x099464) is known color: Shamrock Green. HEX triplet: 09, 94 and 64. RGB value is (9,148,100). Sum of RGB (Red+Green+Blue) = 9+148+100=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #099464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099464 is #F66B9B. Grayscale: #656565. Windows color (decimal): -16149404 or 6591497. OLE color: 6591497.

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

Color convert

RGB 9 148 100 -
CMYK 0.94 0 0.32 0.42
HSL 159.28º 0.89% 0.31% -
HSV(B) 159.28º 0.94% 0.58% -
XYZ 13 22.16 15.65 -
YUV 100.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 9 148 100 0.94 0 0.32 0.42 159.28 0.89 0.31
Hex 9 94 64 5E 0 20 2A 9F 59 1F
Octal 11 224 144 136 0 40 52 237 131 37
Binary 1001 10010100 1100100 1011110 0 100000 101010 10011111 1011001 11111

Color Harmonies of #099464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099464

Black with #099464

Text Example


Text Example

White with #099464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099464; }

 p { color: rgb(9,148,100); }

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

background-color css

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

 a { background-color: rgb(9,148,100); }

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

border-color css

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

 span { border-color: rgb(9,148,100); }

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