#09986A

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

Shades of Free Speech Aquamarine #09986A

Tints of Free Speech Aquamarine #09986A

Color information

#09986A (or 0x09986A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 98 and 6A. RGB value is (9,152,106). Sum of RGB (Red+Green+Blue) = 9+152+106=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #09986A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09986A is #F66795. Grayscale: #686868. Windows color (decimal): -16148374 or 6985737. OLE color: 6985737.

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

Color convert

RGB9152106-
CMYK0.9400.300.40
HSL160.7º88.82%31.57%-
HSV(B)160.7º94.08%59.61%-
XYZ13.9423.5617.45-
YUV104129.1260.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=3.37%
G=56.93%
B=39.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521060.9400.300.40160.788.8231.57
Hex9986A5E01E28a15920
Octal112301521360365024113140
Binary10011001100011010101011110011110101000101000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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