Html Css Color HEX #09985A Shamrock Green

📋 copy color: '#09985A'

red 9 ◦ green 152 ◦ blue 90

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

Shades of Shamrock Green #09985A

Tints of Shamrock Green #09985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 3.59%
G = 60.56%
B = 35.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#09985A (or 0x09985A) is known color: Shamrock Green. HEX triplet: 09, 98 and 5A. RGB value is (9,152,90). Sum of RGB (Red+Green+Blue) = 9+152+90=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #09985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09985A is #F667A5. Grayscale: #666666. Windows color (decimal): -16148390 or 5937161. OLE color: 5937161.

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

Color convert

RGB 9 152 90 -
CMYK 0.94 0 0.41 0.40
HSL 153.99º 0.89% 0.32% -
HSV(B) 153.99º 0.94% 0.6% -
XYZ 13.19 23.25 13.47 -
YUV 102.18 121.12 61.54 -
System Red Green Blue C M Y K H S L
Decimal 9 152 90 0.94 0 0.41 0.40 153.99 0.89 0.32
Hex 9 98 5A 5E 0 29 28 9A 59 20
Octal 11 230 132 136 0 51 50 232 131 40
Binary 1001 10011000 1011010 1011110 0 101001 101000 10011010 1011001 100000

Color Harmonies of #09985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09985A

Black with #09985A

Text Example


Text Example

White with #09985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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