Html Css Color HEX #009F6F Free Speech Aquamarine

📋 copy color: '#009F6F'

red 0 ◦ green 159 ◦ blue 111

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

Shades of Free Speech Aquamarine #009F6F

Tints of Free Speech Aquamarine #009F6F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.89%

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

R = 0%
G = 58.89%
B = 41.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#009F6F (or 0x009F6F) is known color: Free Speech Aquamarine. HEX triplet: 00, 9F and 6F. RGB value is (0,159,111). Sum of RGB (Red+Green+Blue) = 0+159+111=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #009F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F6F is #FF6090. Grayscale: #6A6A6A. Windows color (decimal): -16736401 or 7315200. OLE color: 7315200.

HSL color Cylindrical-coordinate representation of color #009F6F: hue angle of 161.89º 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 #009F6F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 159 111 -
CMYK 1 0 0.30 0.38
HSL 161.89º 1% 0.31% -
HSV(B) 161.89º 1% 0.62% -
XYZ 15.27 25.94 19.24 -
YUV 105.99 130.82 52.4 -
System Red Green Blue C M Y K H S L
Decimal 0 159 111 1 0 0.30 0.38 161.89 1 0.31
Hex 0 9F 6F 64 0 1E 26 A2 64 1F
Octal 0 237 157 144 0 36 46 242 144 37
Binary 0 10011111 1101111 1100100 0 11110 100110 10100010 1100100 11111

Color Harmonies of #009F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009F6F

Black with #009F6F

Text Example


Text Example

White with #009F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #009F6F;
 }
 .AnyTagClassName
 {
   color: #009F6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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