#0FAA90

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

Shades of Persian Green #0FAA90

Tints of Persian Green #0FAA90

Color information

#0FAA90 (or 0x0FAA90) is unknown color: approx Persian Green. HEX triplet: 0F, AA and 90. RGB value is (15,170,144). Sum of RGB (Red+Green+Blue) = 15+170+144=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA90 is #F0556F. Grayscale: #787878. Windows color (decimal): -15750512 or 9480719. OLE color: 9480719.

HSL color Cylindrical-coordinate representation of color #0FAA90: hue angle of 169.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA90 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB15170144-
CMYK0.9100.150.33
HSL169.94º83.78%36.27%-
HSV(B)169.94º91.18%66.67%-
XYZ19.6130.8631.31-
YUV120.69141.1552.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=4.56%
G=51.67%
B=43.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151701440.9100.150.33169.9483.7836.27
HexFAA905B0F21aa5424
Octal172522201330174125212444
Binary11111010101010010000101101101111100001101010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FAA90; }

 p { color: rgb(15,170,144); }

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

<style>
 a { background-color: #0FAA90; }

 a { background-color: rgb(15,170,144); }

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

<style>
 span { border-color: #0FAA90; }

 span { border-color: rgb(15,170,144); }

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