#0FAF95

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

Shades of Persian Green #0FAF95

Tints of Persian Green #0FAF95

Color information

#0FAF95 (or 0x0FAF95) is unknown color: approx Persian Green. HEX triplet: 0F, AF and 95. RGB value is (15,175,149). Sum of RGB (Red+Green+Blue) = 15+175+149=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF95 is #F0506A. Grayscale: #7C7C7C. Windows color (decimal): -15749227 or 9809679. OLE color: 9809679.

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

Color convert

RGB15175149-
CMYK0.9100.150.31
HSL170.25º84.21%37.25%-
HSV(B)170.25º91.43%68.63%-
XYZ20.9532.9333.69-
YUV124.2141.9950.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=4.42%
G=51.62%
B=43.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151751490.9100.150.31170.2584.2137.25
HexFAF955B0F1Faa5425
Octal172572251330173725212445
Binary1111101011111001010110110110111111111101010101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,175,149); }

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

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

 a { background-color: rgb(15,175,149); }

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

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

 span { border-color: rgb(15,175,149); }

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