Html Css Color HEX #09985F Shamrock Green

📋 copy color: '#09985F'

red 9 ◦ green 152 ◦ blue 95

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

Shades of Shamrock Green #09985F

Tints of Shamrock Green #09985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.38%

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

R = 3.52%
G = 59.38%
B = 37.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#09985F (or 0x09985F) is known color: Shamrock Green. HEX triplet: 09, 98 and 5F. RGB value is (9,152,95). Sum of RGB (Red+Green+Blue) = 9+152+95=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #09985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09985F is #F667A0. Grayscale: #666666. Windows color (decimal): -16148385 or 6264841. OLE color: 6264841.

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

Color convert

RGB 9 152 95 -
CMYK 0.94 0 0.38 0.40
HSL 156.08º 0.89% 0.32% -
HSV(B) 156.08º 0.94% 0.6% -
XYZ 13.41 23.34 14.63 -
YUV 102.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 9 152 95 0.94 0 0.38 0.40 156.08 0.89 0.32
Hex 9 98 5F 5E 0 26 28 9C 59 20
Octal 11 230 137 136 0 46 50 234 131 40
Binary 1001 10011000 1011111 1011110 0 100110 101000 10011100 1011001 100000

Color Harmonies of #09985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09985F

Black with #09985F

Text Example


Text Example

White with #09985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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