Html Css Color HEX #099164 Shamrock Green

📋 copy color: '#099164'

red 9 ◦ green 145 ◦ blue 100

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

Shades of Shamrock Green #099164

Tints of Shamrock Green #099164

RGB

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

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

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

R = 3.54%
G = 57.09%
B = 39.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#099164 (or 0x099164) is known color: Shamrock Green. HEX triplet: 09, 91 and 64. RGB value is (9,145,100). Sum of RGB (Red+Green+Blue) = 9+145+100=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #099164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099164 is #F66E9B. Grayscale: #636363. Windows color (decimal): -16150172 or 6590729. OLE color: 6590729.

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

Color convert

RGB 9 145 100 -
CMYK 0.94 0 0.31 0.43
HSL 160.15º 0.88% 0.3% -
HSV(B) 160.15º 0.94% 0.57% -
XYZ 12.54 21.23 15.49 -
YUV 99.21 128.44 63.66 -
System Red Green Blue C M Y K H S L
Decimal 9 145 100 0.94 0 0.31 0.43 160.15 0.88 0.3
Hex 9 91 64 5E 0 1F 2B A0 58 1E
Octal 11 221 144 136 0 37 53 240 130 36
Binary 1001 10010001 1100100 1011110 0 11111 101011 10100000 1011000 11110

Color Harmonies of #099164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099164

Black with #099164

Text Example


Text Example

White with #099164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099164; }

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

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

background-color css

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

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

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

border-color css

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

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

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