Html Css Color HEX #09985B Shamrock Green

📋 copy color: '#09985B'

red 9 ◦ green 152 ◦ blue 91

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

Shades of Shamrock Green #09985B

Tints of Shamrock Green #09985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 3.57%
G = 60.32%
B = 36.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#09985B (or 0x09985B) is known color: Shamrock Green. HEX triplet: 09, 98 and 5B. RGB value is (9,152,91). Sum of RGB (Red+Green+Blue) = 9+152+91=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #09985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09985B is #F667A4. Grayscale: #666666. Windows color (decimal): -16148389 or 6002697. OLE color: 6002697.

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

Color convert

RGB 9 152 91 -
CMYK 0.94 0 0.40 0.40
HSL 154.41º 0.89% 0.32% -
HSV(B) 154.41º 0.94% 0.6% -
XYZ 13.23 23.27 13.69 -
YUV 102.29 121.62 61.46 -
System Red Green Blue C M Y K H S L
Decimal 9 152 91 0.94 0 0.40 0.40 154.41 0.89 0.32
Hex 9 98 5B 5E 0 28 28 9A 59 20
Octal 11 230 133 136 0 50 50 232 131 40
Binary 1001 10011000 1011011 1011110 0 101000 101000 10011010 1011001 100000

Color Harmonies of #09985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09985B

Black with #09985B

Text Example


Text Example

White with #09985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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