Html Css Color HEX #009FA5 Persian Green

📋 copy color: '#009FA5'

red 0 ◦ green 159 ◦ blue 165

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

Shades of Persian Green #009FA5

Tints of Persian Green #009FA5

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 value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#009FA5 (or 0x009FA5) is known color: 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

RGB 0 159 165 -
CMYK 1 0.04 0 0.35
HSL 182.18º 1% 0.32% -
HSV(B) 182.18º 1% 0.65% -
XYZ 19.19 27.51 39.9 -
YUV 112.14 157.82 48.01 -
System Red Green Blue C M Y K H S L
Decimal 0 159 165 1 0.04 0 0.35 182.18 1 0.32
Hex 0 9F A5 64 4 0 23 B6 64 20
Octal 0 237 245 144 4 0 43 266 144 40
Binary 0 10011111 10100101 1100100 100 0 100011 10110110 1100100 100000

Color Harmonies of #009FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FA5

Black with #009FA5

Text Example


Text Example

White with #009FA5

Text Example


Text Example

HTML Codes & Css Web 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>