Html Css Color HEX #09996F Free Speech Aquamarine

📋 copy color: '#09996F'

red 9 ◦ green 153 ◦ blue 111

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

Shades of Free Speech Aquamarine #09996F

Tints of Free Speech Aquamarine #09996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

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

R = 3.3%
G = 56.04%
B = 40.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#09996F (or 0x09996F) is known color: Free Speech Aquamarine. HEX triplet: 09, 99 and 6F. RGB value is (9,153,111). Sum of RGB (Red+Green+Blue) = 9+153+111=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #09996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09996F is #F66690. Grayscale: #696969. Windows color (decimal): -16148113 or 7313673. OLE color: 7313673.

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

Color convert

RGB 9 153 111 -
CMYK 0.94 0 0.27 0.4
HSL 162.5º 0.89% 0.32% -
HSV(B) 162.5º 0.94% 0.6% -
XYZ 14.37 23.99 18.91 -
YUV 105.16 131.29 59.42 -
System Red Green Blue C M Y K H S L
Decimal 9 153 111 0.94 0 0.27 0.4 162.5 0.89 0.32
Hex 9 99 6F 5E 0 1B 28 A2 59 20
Octal 11 231 157 136 0 33 50 242 131 40
Binary 1001 10011001 1101111 1011110 0 11011 101000 10100010 1011001 100000

Color Harmonies of #09996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09996F

Black with #09996F

Text Example


Text Example

White with #09996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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