Html Css Color HEX #009F8E Persian Green

📋 copy color: '#009F8E'

red 0 ◦ green 159 ◦ blue 142

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

Shades of Persian Green #009F8E

Tints of Persian Green #009F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 0%
G = 52.82%
B = 47.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#009F8E (or 0x009F8E) is known color: Persian Green. HEX triplet: 00, 9F and 8E. RGB value is (0,159,142). Sum of RGB (Red+Green+Blue) = 0+159+142=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #009F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F8E is #FF6071. Grayscale: #6D6D6D. Windows color (decimal): -16736370 or 9346816. OLE color: 9346816.

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

Color convert

RGB 0 159 142 -
CMYK 1 0 0.11 0.38
HSL 173.58º 1% 0.31% -
HSV(B) 173.58º 1% 0.62% -
XYZ 17.28 26.75 29.84 -
YUV 109.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 0 159 142 1 0 0.11 0.38 173.58 1 0.31
Hex 0 9F 8E 64 0 B 26 AE 64 1F
Octal 0 237 216 144 0 13 46 256 144 37
Binary 0 10011111 10001110 1100100 0 1011 100110 10101110 1100100 11111

Color Harmonies of #009F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009F8E

Black with #009F8E

Text Example


Text Example

White with #009F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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