#009F8D

Color #009F8D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #009F8D

Tints of Persian Green #009F8D

Color information

#009F8D (or 0x009F8D) is unknown color: approx Persian Green. HEX triplet: 00, 9F and 8D. RGB value is (0,159,141). Sum of RGB (Red+Green+Blue) = 0+159+141=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #009F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F8D is #FF6072. Grayscale: #6D6D6D. Windows color (decimal): -16736371 or 9281280. OLE color: 9281280.

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

Color convert

RGB0159141-
CMYK100.110.38
HSL173.21º100%31.18%-
HSV(B)173.21º100%62.35%-
XYZ17.2126.7229.45-
YUV109.41145.8249.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 53%
BLUE value IS 141 (55.47% from 255) = 47%
R=0%
G=53%
B=47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159141100.110.38173.2110031.18
Hex09F8D640B26ad641f
Octal02372151440134625514437
Binary0100111111000110111001000101110011010101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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