Html Css Color HEX #09976A Free Speech Aquamarine

📋 copy color: '#09976A'

red 9 ◦ green 151 ◦ blue 106

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

Shades of Free Speech Aquamarine #09976A

Tints of Free Speech Aquamarine #09976A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

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

R = 3.38%
G = 56.77%
B = 39.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#09976A (or 0x09976A) is known color: Free Speech Aquamarine. HEX triplet: 09, 97 and 6A. RGB value is (9,151,106). Sum of RGB (Red+Green+Blue) = 9+151+106=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #09976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09976A is #F66895. Grayscale: #676767. Windows color (decimal): -16148630 or 6985481. OLE color: 6985481.

HSL color Cylindrical-coordinate representation of color #09976A: hue angle of 160.99º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09976A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 151 106 -
CMYK 0.94 0 0.30 0.41
HSL 160.99º 0.89% 0.31% -
HSV(B) 160.99º 0.94% 0.59% -
XYZ 13.78 23.23 17.39 -
YUV 103.41 129.46 60.66 -
System Red Green Blue C M Y K H S L
Decimal 9 151 106 0.94 0 0.30 0.41 160.99 0.89 0.31
Hex 9 97 6A 5E 0 1E 29 A1 59 1F
Octal 11 227 152 136 0 36 51 241 131 37
Binary 1001 10010111 1101010 1011110 0 11110 101001 10100001 1011001 11111

Color Harmonies of #09976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09976A

Black with #09976A

Text Example


Text Example

White with #09976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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