#009FA5

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

Shades of Persian Green #009FA5

Tints of Persian Green #009FA5

Color information

#009FA5 (or 0x009FA5) is unknown color: approx Persian Green. HEX triplet: 00, 9F and A5. RGB value is (0,159,165). Sum of RGB (Red+Green+Blue) = 0+159+165=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #009FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FA5 is #FF605A. Grayscale: #6F6F6F. Windows color (decimal): -16736347 or 10854144. OLE color: 10854144.

HSL color Cylindrical-coordinate representation of color #009FA5: hue angle of 182.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FA5 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0159165-
CMYK10.0400.35
HSL182.18º100%32.35%-
HSV(B)182.18º100%64.71%-
XYZ19.1927.5139.9-
YUV112.14157.8248.01-

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) = 49.07%
BLUE value IS 165 (64.84% from 255) = 50.93%
R=0%
G=49.07%
B=50.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015916510.0400.35182.1810032.35
Hex09FA5644023b66420
Octal0237245144404326614440
Binary0100111111010010111001001000100011101101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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