#00986A

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

Shades of Free Speech Aquamarine #00986A

Tints of Free Speech Aquamarine #00986A

Color information

#00986A (or 0x00986A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 6A. RGB value is (0,152,106). Sum of RGB (Red+Green+Blue) = 0+152+106=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #00986A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986A is #FF6795. Grayscale: #656565. Windows color (decimal): -16738198 or 6985728. OLE color: 6985728.

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

Color convert

RGB0152106-
CMYK100.300.40
HSL161.84º100%29.8%-
HSV(B)161.84º100%59.61%-
XYZ13.8323.517.44-
YUV101.31130.6455.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 58.91%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=0%
G=58.91%
B=41.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152106100.300.40161.8410029.8
Hex0986A6401E28a2641e
Octal02301521440365024214436
Binary0100110001101010110010001111010100010100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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