Html Css Color HEX #009FA0 Persian Green

📋 copy color: '#009FA0'

red 0 ◦ green 159 ◦ blue 160

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

Shades of Persian Green #009FA0

Tints of Persian Green #009FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 0%
G = 49.84%
B = 50.16%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#009FA0 (or 0x009FA0) is known color: Persian Green. HEX triplet: 00, 9F and A0. RGB value is (0,159,160). Sum of RGB (Red+Green+Blue) = 0+159+160=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #009FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FA0 is #FF605F. Grayscale: #6F6F6F. Windows color (decimal): -16736352 or 10526464. OLE color: 10526464.

HSL color Cylindrical-coordinate representation of color #009FA0: hue angle of 180.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FA0 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 159 160 -
CMYK 1 0.01 0 0.37
HSL 180.38º 1% 0.31% -
HSV(B) 180.38º 1% 0.63% -
XYZ 18.74 27.33 37.55 -
YUV 111.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 0 159 160 1 0.01 0 0.37 180.38 1 0.31
Hex 0 9F A0 64 1 0 25 B4 64 1F
Octal 0 237 240 144 1 0 45 264 144 37
Binary 0 10011111 10100000 1100100 1 0 100101 10110100 1100100 11111

Color Harmonies of #009FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FA0

Black with #009FA0

Text Example


Text Example

White with #009FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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