Html Css Color HEX #09986F Free Speech Aquamarine

📋 copy color: '#09986F'

red 9 ◦ green 152 ◦ blue 111

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

Shades of Free Speech Aquamarine #09986F

Tints of Free Speech Aquamarine #09986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 3.31%
G = 55.88%
B = 40.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#09986F (or 0x09986F) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 6F. RGB value is (9,152,111). Sum of RGB (Red+Green+Blue) = 9+152+111=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #09986F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09986F is #F66790. Grayscale: #686868. Windows color (decimal): -16148369 or 7313417. OLE color: 7313417.

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

Color convert

RGB 9 152 111 -
CMYK 0.94 0 0.27 0.40
HSL 162.8º 0.89% 0.32% -
HSV(B) 162.8º 0.94% 0.6% -
XYZ 14.21 23.66 18.86 -
YUV 104.57 131.62 59.83 -
System Red Green Blue C M Y K H S L
Decimal 9 152 111 0.94 0 0.27 0.40 162.8 0.89 0.32
Hex 9 98 6F 5E 0 1B 28 A3 59 20
Octal 11 230 157 136 0 33 50 243 131 40
Binary 1001 10011000 1101111 1011110 0 11011 101000 10100011 1011001 100000

Color Harmonies of #09986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09986F

Black with #09986F

Text Example


Text Example

White with #09986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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