Html Css Color HEX #099160 Shamrock Green

📋 copy color: '#099160'

red 9 ◦ green 145 ◦ blue 96

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

Shades of Shamrock Green #099160

Tints of Shamrock Green #099160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 3.6%
G = 58%
B = 38.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#099160 (or 0x099160) is known color: Shamrock Green. HEX triplet: 09, 91 and 60. RGB value is (9,145,96). Sum of RGB (Red+Green+Blue) = 9+145+96=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #099160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099160 is #F66E9F. Grayscale: #626262. Windows color (decimal): -16150176 or 6328585. OLE color: 6328585.

HSL color Cylindrical-coordinate representation of color #099160: hue angle of 158.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099160 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 96 -
CMYK 0.94 0 0.34 0.43
HSL 158.38º 0.88% 0.3% -
HSV(B) 158.38º 0.94% 0.57% -
XYZ 12.35 21.15 14.5 -
YUV 98.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 9 145 96 0.94 0 0.34 0.43 158.38 0.88 0.3
Hex 9 91 60 5E 0 22 2B 9E 58 1E
Octal 11 221 140 136 0 42 53 236 130 36
Binary 1001 10010001 1100000 1011110 0 100010 101011 10011110 1011000 11110

Color Harmonies of #099160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099160

Black with #099160

Text Example


Text Example

White with #099160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099160; }

 p { color: rgb(9,145,96); }

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

background-color css

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

 a { background-color: rgb(9,145,96); }

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

border-color css

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

 span { border-color: rgb(9,145,96); }

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