Html Css Color HEX #09995F Shamrock Green

📋 copy color: '#09995F'

red 9 ◦ green 153 ◦ blue 95

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

Shades of Shamrock Green #09995F

Tints of Shamrock Green #09995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.53%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 3.5%
G = 59.53%
B = 36.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#09995F (or 0x09995F) is known color: Shamrock Green. HEX triplet: 09, 99 and 5F. RGB value is (9,153,95). Sum of RGB (Red+Green+Blue) = 9+153+95=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #09995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09995F is #F666A0. Grayscale: #676767. Windows color (decimal): -16148129 or 6265097. OLE color: 6265097.

HSL color Cylindrical-coordinate representation of color #09995F: hue angle of 155.83º 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 #09995F is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 95 -
CMYK 0.94 0 0.38 0.4
HSL 155.83º 0.89% 0.32% -
HSV(B) 155.83º 0.94% 0.6% -
XYZ 13.57 23.67 14.68 -
YUV 103.33 123.29 60.72 -
System Red Green Blue C M Y K H S L
Decimal 9 153 95 0.94 0 0.38 0.4 155.83 0.89 0.32
Hex 9 99 5F 5E 0 26 28 9C 59 20
Octal 11 231 137 136 0 46 50 234 131 40
Binary 1001 10011001 1011111 1011110 0 100110 101000 10011100 1011001 100000

Color Harmonies of #09995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09995F

Black with #09995F

Text Example


Text Example

White with #09995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09995F; }

 p { color: rgb(9,153,95); }

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

background-color css

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

 a { background-color: rgb(9,153,95); }

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

border-color css

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

 span { border-color: rgb(9,153,95); }

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