Html Css Color HEX #099D76 Free Speech Aquamarine

📋 copy color: '#099D76'

red 9 ◦ green 157 ◦ blue 118

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

Shades of Free Speech Aquamarine #099D76

Tints of Free Speech Aquamarine #099D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.28%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 3.17%
G = 55.28%
B = 41.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#099D76 (or 0x099D76) is known color: Free Speech Aquamarine. HEX triplet: 09, 9D and 76. RGB value is (9,157,118). Sum of RGB (Red+Green+Blue) = 9+157+118=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #099D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D76 is #F66289. Grayscale: #6C6C6C. Windows color (decimal): -16147082 or 7773449. OLE color: 7773449.

HSL color Cylindrical-coordinate representation of color #099D76: hue angle of 164.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D76 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 157 118 -
CMYK 0.94 0 0.25 0.38
HSL 164.19º 0.89% 0.33% -
HSV(B) 164.19º 0.94% 0.62% -
XYZ 15.44 25.48 21.24 -
YUV 108.3 133.47 57.17 -
System Red Green Blue C M Y K H S L
Decimal 9 157 118 0.94 0 0.25 0.38 164.19 0.89 0.33
Hex 9 9D 76 5E 0 19 26 A4 59 21
Octal 11 235 166 136 0 31 46 244 131 41
Binary 1001 10011101 1110110 1011110 0 11001 100110 10100100 1011001 100001

Color Harmonies of #099D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D76

Black with #099D76

Text Example


Text Example

White with #099D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099D76; }

 p { color: rgb(9,157,118); }

 H1.HeaderClassName
 {
   color: #099D76;
 }
 .AnyTagClassName
 {
   color: #099D76;
 }
</style>

background-color css

<style>
 a { background-color: #099D76; }

 a { background-color: rgb(9,157,118); }

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

border-color css

<style>
 span { border-color: #099D76; }

 span { border-color: rgb(9,157,118); }

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