Html Css Color HEX #099A5E Shamrock Green

📋 copy color: '#099A5E'

red 9 ◦ green 154 ◦ blue 94

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

Shades of Shamrock Green #099A5E

Tints of Shamrock Green #099A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59.92%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 3.5%
G = 59.92%
B = 36.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#099A5E (or 0x099A5E) is known color: Shamrock Green. HEX triplet: 09, 9A and 5E. RGB value is (9,154,94). Sum of RGB (Red+Green+Blue) = 9+154+94=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 154 (60.55% from 255 or 59.92% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 154 - color contains mainly: green. Hex color #099A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099A5E is #F665A1. Grayscale: #676767. Windows color (decimal): -16147874 or 6199817. OLE color: 6199817.

HSL color Cylindrical-coordinate representation of color #099A5E: hue angle of 155.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A5E is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 154 94 -
CMYK 0.94 0 0.39 0.40
HSL 155.17º 0.89% 0.32% -
HSV(B) 155.17º 0.94% 0.6% -
XYZ 13.69 23.98 14.5 -
YUV 103.81 122.46 60.38 -
System Red Green Blue C M Y K H S L
Decimal 9 154 94 0.94 0 0.39 0.40 155.17 0.89 0.32
Hex 9 9A 5E 5E 0 27 28 9B 59 20
Octal 11 232 136 136 0 47 50 233 131 40
Binary 1001 10011010 1011110 1011110 0 100111 101000 10011011 1011001 100000

Color Harmonies of #099A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099A5E

Black with #099A5E

Text Example


Text Example

White with #099A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099A5E; }

 p { color: rgb(9,154,94); }

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

background-color css

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

 a { background-color: rgb(9,154,94); }

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

border-color css

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

 span { border-color: rgb(9,154,94); }

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