Html Css Color HEX #099666 Shamrock Green

📋 copy color: '#099666'

red 9 ◦ green 150 ◦ blue 102

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

Shades of Shamrock Green #099666

Tints of Shamrock Green #099666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.47%

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

R = 3.45%
G = 57.47%
B = 39.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#099666 (or 0x099666) is known color: Shamrock Green. HEX triplet: 09, 96 and 66. RGB value is (9,150,102). Sum of RGB (Red+Green+Blue) = 9+150+102=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #099666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099666 is #F66999. Grayscale: #666666. Windows color (decimal): -16148890 or 6723081. OLE color: 6723081.

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

Color convert

RGB 9 150 102 -
CMYK 0.94 0 0.32 0.41
HSL 159.57º 0.89% 0.31% -
HSV(B) 159.57º 0.94% 0.59% -
XYZ 13.42 22.83 16.27 -
YUV 102.37 127.79 61.4 -
System Red Green Blue C M Y K H S L
Decimal 9 150 102 0.94 0 0.32 0.41 159.57 0.89 0.31
Hex 9 96 66 5E 0 20 29 A0 59 1F
Octal 11 226 146 136 0 40 51 240 131 37
Binary 1001 10010110 1100110 1011110 0 100000 101001 10100000 1011001 11111

Color Harmonies of #099666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099666

Black with #099666

Text Example


Text Example

White with #099666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099666; }

 p { color: rgb(9,150,102); }

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

background-color css

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

 a { background-color: rgb(9,150,102); }

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

border-color css

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

 span { border-color: rgb(9,150,102); }

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