#099D74

Color #099D74 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #099D74

Tints of Free Speech Aquamarine #099D74

Color information

#099D74 (or 0x099D74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 9D and 74. RGB value is (9,157,116). Sum of RGB (Red+Green+Blue) = 9+157+116=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #099D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D74 is #F6628B. Grayscale: #6C6C6C. Windows color (decimal): -16147084 or 7642377. OLE color: 7642377.

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

Color convert

RGB9157116-
CMYK0.9400.260.38
HSL163.38º89.16%32.55%-
HSV(B)163.38º94.27%61.57%-
XYZ15.3225.4320.62-
YUV108.07132.4757.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 157 (61.72% from 255) = 55.67%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=3.19%
G=55.67%
B=41.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91571160.9400.260.38163.3889.1632.55
Hex99D745E01A26a35921
Octal112351641360324624313141
Binary10011001110111101001011110011010100110101000111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #099D74;
 }
 .AnyTagClassName
 {
   color: #099D74;
 }
</style>
background-color css

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

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

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

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

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

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