Html Css Color HEX #00986E Free Speech Aquamarine

📋 copy color: '#00986E'

red 0 ◦ green 152 ◦ blue 110

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

Shades of Free Speech Aquamarine #00986E

Tints of Free Speech Aquamarine #00986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 0%
G = 58.02%
B = 41.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#00986E (or 0x00986E) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 6E. RGB value is (0,152,110). Sum of RGB (Red+Green+Blue) = 0+152+110=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #00986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986E is #FF6791. Grayscale: #656565. Windows color (decimal): -16738194 or 7247872. OLE color: 7247872.

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

Color convert

RGB 0 152 110 -
CMYK 1 0 0.28 0.40
HSL 163.42º 1% 0.3% -
HSV(B) 163.42º 1% 0.6% -
XYZ 14.04 23.58 18.56 -
YUV 101.76 132.64 55.42 -
System Red Green Blue C M Y K H S L
Decimal 0 152 110 1 0 0.28 0.40 163.42 1 0.3
Hex 0 98 6E 64 0 1C 28 A3 64 1E
Octal 0 230 156 144 0 34 50 243 144 36
Binary 0 10011000 1101110 1100100 0 11100 101000 10100011 1100100 11110

Color Harmonies of #00986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00986E

Black with #00986E

Text Example


Text Example

White with #00986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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