Html Css Color HEX #099465 Shamrock Green

📋 copy color: '#099465'

red 9 ◦ green 148 ◦ blue 101

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

Shades of Shamrock Green #099465

Tints of Shamrock Green #099465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 3.49%
G = 57.36%
B = 39.15%

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

#099465 (or 0x099465) is known color: Shamrock Green. HEX triplet: 09, 94 and 65. RGB value is (9,148,101). Sum of RGB (Red+Green+Blue) = 9+148+101=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #099465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099465 is #F66B9A. Grayscale: #656565. Windows color (decimal): -16149403 or 6657033. OLE color: 6657033.

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

Color convert

RGB 9 148 101 -
CMYK 0.94 0 0.32 0.42
HSL 159.71º 0.89% 0.31% -
HSV(B) 159.71º 0.94% 0.58% -
XYZ 13.05 22.18 15.9 -
YUV 101.08 127.95 62.32 -
System Red Green Blue C M Y K H S L
Decimal 9 148 101 0.94 0 0.32 0.42 159.71 0.89 0.31
Hex 9 94 65 5E 0 20 2A A0 59 1F
Octal 11 224 145 136 0 40 52 240 131 37
Binary 1001 10010100 1100101 1011110 0 100000 101010 10100000 1011001 11111

Color Harmonies of #099465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099465

Black with #099465

Text Example


Text Example

White with #099465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099465; }

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

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

background-color css

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

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

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

border-color css

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

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

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