Html Css Color HEX #09986C Free Speech Aquamarine

📋 copy color: '#09986C'

red 9 ◦ green 152 ◦ blue 108

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

Shades of Free Speech Aquamarine #09986C

Tints of Free Speech Aquamarine #09986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 3.35%
G = 56.51%
B = 40.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#09986C (or 0x09986C) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 6C. RGB value is (9,152,108). Sum of RGB (Red+Green+Blue) = 9+152+108=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #09986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09986C is #F66793. Grayscale: #686868. Windows color (decimal): -16148372 or 7116809. OLE color: 7116809.

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

Color convert

RGB 9 152 108 -
CMYK 0.94 0 0.29 0.40
HSL 161.54º 0.89% 0.32% -
HSV(B) 161.54º 0.94% 0.6% -
XYZ 14.05 23.6 18 -
YUV 104.23 130.12 60.08 -
System Red Green Blue C M Y K H S L
Decimal 9 152 108 0.94 0 0.29 0.40 161.54 0.89 0.32
Hex 9 98 6C 5E 0 1D 28 A2 59 20
Octal 11 230 154 136 0 35 50 242 131 40
Binary 1001 10011000 1101100 1011110 0 11101 101000 10100010 1011001 100000

Color Harmonies of #09986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09986C

Black with #09986C

Text Example


Text Example

White with #09986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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