#009F70

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

Shades of Free Speech Aquamarine #009F70

Tints of Free Speech Aquamarine #009F70

Color information

#009F70 (or 0x009F70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9F and 70. RGB value is (0,159,112). Sum of RGB (Red+Green+Blue) = 0+159+112=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #009F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F70 is #FF608F. Grayscale: #6A6A6A. Windows color (decimal): -16736400 or 7380736. OLE color: 7380736.

HSL color Cylindrical-coordinate representation of color #009F70: hue angle of 162.26º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F70 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB0159112-
CMYK100.300.38
HSL162.26º100%31.18%-
HSV(B)162.26º100%62.35%-
XYZ15.3225.9719.53-
YUV106.1131.3252.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=0%
G=58.67%
B=41.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159112100.300.38162.2610031.18
Hex09F706401E26a2641f
Octal02371601440364624214437
Binary0100111111110000110010001111010011010100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009F70; }

 p { color: rgb(0,159,112); }

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

<style>
 a { background-color: #009F70; }

 a { background-color: rgb(0,159,112); }

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

<style>
 span { border-color: #009F70; }

 span { border-color: rgb(0,159,112); }

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