Html Css Color HEX #099F74 Free Speech Aquamarine

📋 copy color: '#099F74'

red 9 ◦ green 159 ◦ blue 116

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

Shades of Free Speech Aquamarine #099F74

Tints of Free Speech Aquamarine #099F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 3.17%
G = 55.99%
B = 40.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#099F74 (or 0x099F74) is known color: Free Speech Aquamarine. HEX triplet: 09, 9F and 74. RGB value is (9,159,116). Sum of RGB (Red+Green+Blue) = 9+159+116=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #099F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F74 is #F6608B. Grayscale: #6D6D6D. Windows color (decimal): -16146572 or 7642889. OLE color: 7642889.

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

Color convert

RGB 9 159 116 -
CMYK 0.94 0 0.27 0.38
HSL 162.8º 0.89% 0.33% -
HSV(B) 162.8º 0.94% 0.62% -
XYZ 15.66 26.12 20.74 -
YUV 109.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 9 159 116 0.94 0 0.27 0.38 162.8 0.89 0.33
Hex 9 9F 74 5E 0 1B 26 A3 59 21
Octal 11 237 164 136 0 33 46 243 131 41
Binary 1001 10011111 1110100 1011110 0 11011 100110 10100011 1011001 100001

Color Harmonies of #099F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F74

Black with #099F74

Text Example


Text Example

White with #099F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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