Html Css Color HEX #099461 Shamrock Green

📋 copy color: '#099461'

red 9 ◦ green 148 ◦ blue 97

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

Shades of Shamrock Green #099461

Tints of Shamrock Green #099461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 3.54%
G = 58.27%
B = 38.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#099461 (or 0x099461) is known color: Shamrock Green. HEX triplet: 09, 94 and 61. RGB value is (9,148,97). Sum of RGB (Red+Green+Blue) = 9+148+97=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #099461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099461 is #F66B9E. Grayscale: #646464. Windows color (decimal): -16149407 or 6394889. OLE color: 6394889.

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

Color convert

RGB 9 148 97 -
CMYK 0.94 0 0.34 0.42
HSL 157.99º 0.89% 0.31% -
HSV(B) 157.99º 0.94% 0.58% -
XYZ 12.86 22.1 14.9 -
YUV 100.63 125.95 62.65 -
System Red Green Blue C M Y K H S L
Decimal 9 148 97 0.94 0 0.34 0.42 157.99 0.89 0.31
Hex 9 94 61 5E 0 22 2A 9E 59 1F
Octal 11 224 141 136 0 42 52 236 131 37
Binary 1001 10010100 1100001 1011110 0 100010 101010 10011110 1011001 11111

Color Harmonies of #099461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099461

Black with #099461

Text Example


Text Example

White with #099461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099461; }

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

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

background-color css

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

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

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

border-color css

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

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

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