Html Css Color HEX #099F73 Free Speech Aquamarine

📋 copy color: '#099F73'

red 9 ◦ green 159 ◦ blue 115

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

Shades of Free Speech Aquamarine #099F73

Tints of Free Speech Aquamarine #099F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.18%

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 3.18%
G = 56.18%
B = 40.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#099F73 (or 0x099F73) is known color: Free Speech Aquamarine. HEX triplet: 09, 9F and 73. RGB value is (9,159,115). Sum of RGB (Red+Green+Blue) = 9+159+115=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #099F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F73 is #F6608C. Grayscale: #6D6D6D. Windows color (decimal): -16146573 or 7577353. OLE color: 7577353.

HSL color Cylindrical-coordinate representation of color #099F73: hue angle of 162.4º 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 #099F73 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 159 115 -
CMYK 0.94 0 0.28 0.38
HSL 162.4º 0.89% 0.33% -
HSV(B) 162.4º 0.94% 0.62% -
XYZ 15.61 26.09 20.43 -
YUV 109.13 131.31 56.58 -
System Red Green Blue C M Y K H S L
Decimal 9 159 115 0.94 0 0.28 0.38 162.4 0.89 0.33
Hex 9 9F 73 5E 0 1C 26 A2 59 21
Octal 11 237 163 136 0 34 46 242 131 41
Binary 1001 10011111 1110011 1011110 0 11100 100110 10100010 1011001 100001

Color Harmonies of #099F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F73

Black with #099F73

Text Example


Text Example

White with #099F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,159,115); }

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

background-color css

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

 a { background-color: rgb(9,159,115); }

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

border-color css

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

 span { border-color: rgb(9,159,115); }

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