#0FA68A

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

Shades of Persian Green #0FA68A

Tints of Persian Green #0FA68A

Color information

#0FA68A (or 0x0FA68A) is unknown color: approx Persian Green. HEX triplet: 0F, A6 and 8A. RGB value is (15,166,138). Sum of RGB (Red+Green+Blue) = 15+166+138=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA68A is #F05975. Grayscale: #757575. Windows color (decimal): -15751542 or 9086479. OLE color: 9086479.

HSL color Cylindrical-coordinate representation of color #0FA68A: hue angle of 168.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA68A is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB15166138-
CMYK0.9100.170.35
HSL168.87º83.43%35.49%-
HSV(B)168.87º90.96%65.1%-
XYZ18.4229.2128.71-
YUV117.66139.4754.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=4.70%
G=52.04%
B=43.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151661380.9100.170.35168.8783.4335.49
HexFA68A5B01123a95323
Octal172462121330214325112343
Binary111110100110100010101011011010001100011101010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,166,138); }

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

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

 a { background-color: rgb(15,166,138); }

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

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

 span { border-color: rgb(15,166,138); }

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