Html Css Color HEX #00986F Free Speech Aquamarine

📋 copy color: '#00986F'

red 0 ◦ green 152 ◦ blue 111

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

Shades of Free Speech Aquamarine #00986F

Tints of Free Speech Aquamarine #00986F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 57.79%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 0%
G = 57.79%
B = 42.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#00986F (or 0x00986F) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 6F. RGB value is (0,152,111). Sum of RGB (Red+Green+Blue) = 0+152+111=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #00986F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986F is #FF6790. Grayscale: #656565. Windows color (decimal): -16738193 or 7313408. OLE color: 7313408.

HSL color Cylindrical-coordinate representation of color #00986F: hue angle of 163.82º 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 #00986F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 111 -
CMYK 1 0 0.27 0.40
HSL 163.82º 1% 0.3% -
HSV(B) 163.82º 1% 0.6% -
XYZ 14.1 23.6 18.85 -
YUV 101.88 133.14 55.33 -
System Red Green Blue C M Y K H S L
Decimal 0 152 111 1 0 0.27 0.40 163.82 1 0.3
Hex 0 98 6F 64 0 1B 28 A4 64 1E
Octal 0 230 157 144 0 33 50 244 144 36
Binary 0 10011000 1101111 1100100 0 11011 101000 10100100 1100100 11110

Color Harmonies of #00986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00986F

Black with #00986F

Text Example


Text Example

White with #00986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00986F;
 }
 .AnyTagClassName
 {
   color: #00986F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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