#009F9D

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

Shades of Persian Green #009F9D

Tints of Persian Green #009F9D

Color information

#009F9D (or 0x009F9D) is unknown color: approx Persian Green. HEX triplet: 00, 9F and 9D. RGB value is (0,159,157). Sum of RGB (Red+Green+Blue) = 0+159+157=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #009F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F9D is #FF6062. Grayscale: #6F6F6F. Windows color (decimal): -16736355 or 10329856. OLE color: 10329856.

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

Color convert

RGB0159157-
CMYK100.010.38
HSL179.25º100%31.18%-
HSV(B)179.25º100%62.35%-
XYZ18.4827.2336.18-
YUV111.23153.8248.66-

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) = 50.32%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=0%
G=50.32%
B=49.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159157100.010.38179.2510031.18
Hex09F9D640126b3641f
Octal0237235144014626314437
Binary0100111111001110111001000110011010110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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