Html Css Color HEX #099460 Shamrock Green

📋 copy color: '#099460'

red 9 ◦ green 148 ◦ blue 96

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

Shades of Shamrock Green #099460

Tints of Shamrock Green #099460

RGB

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

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

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

R = 3.56%
G = 58.5%
B = 37.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#099460 (or 0x099460) is known color: Shamrock Green. HEX triplet: 09, 94 and 60. RGB value is (9,148,96). Sum of RGB (Red+Green+Blue) = 9+148+96=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #099460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099460 is #F66B9F. Grayscale: #646464. Windows color (decimal): -16149408 or 6329353. OLE color: 6329353.

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

Color convert

RGB 9 148 96 -
CMYK 0.94 0 0.35 0.42
HSL 157.55º 0.89% 0.31% -
HSV(B) 157.55º 0.94% 0.58% -
XYZ 12.81 22.08 14.65 -
YUV 100.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 9 148 96 0.94 0 0.35 0.42 157.55 0.89 0.31
Hex 9 94 60 5E 0 23 2A 9E 59 1F
Octal 11 224 140 136 0 43 52 236 131 37
Binary 1001 10010100 1100000 1011110 0 100011 101010 10011110 1011001 11111

Color Harmonies of #099460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099460

Black with #099460

Text Example


Text Example

White with #099460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099460; }

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

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

background-color css

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

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

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

border-color css

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

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

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