Html Css Color HEX #09996A Free Speech Aquamarine

📋 copy color: '#09996A'

red 9 ◦ green 153 ◦ blue 106

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

Shades of Free Speech Aquamarine #09996A

Tints of Free Speech Aquamarine #09996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 3.36%
G = 57.09%
B = 39.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#09996A (or 0x09996A) is known color: Free Speech Aquamarine. HEX triplet: 09, 99 and 6A. RGB value is (9,153,106). Sum of RGB (Red+Green+Blue) = 9+153+106=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #09996A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09996A is #F66695. Grayscale: #686868. Windows color (decimal): -16148118 or 6985993. OLE color: 6985993.

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

Color convert

RGB 9 153 106 -
CMYK 0.94 0 0.31 0.4
HSL 160.42º 0.89% 0.32% -
HSV(B) 160.42º 0.94% 0.6% -
XYZ 14.11 23.88 17.5 -
YUV 104.59 128.79 59.82 -
System Red Green Blue C M Y K H S L
Decimal 9 153 106 0.94 0 0.31 0.4 160.42 0.89 0.32
Hex 9 99 6A 5E 0 1F 28 A0 59 20
Octal 11 231 152 136 0 37 50 240 131 40
Binary 1001 10011001 1101010 1011110 0 11111 101000 10100000 1011001 100000

Color Harmonies of #09996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09996A

Black with #09996A

Text Example


Text Example

White with #09996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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