#0F9E92

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

Shades of Persian Green #0F9E92

Tints of Persian Green #0F9E92

Color information

#0F9E92 (or 0x0F9E92) is unknown color: approx Persian Green. HEX triplet: 0F, 9E and 92. RGB value is (15,158,146). Sum of RGB (Red+Green+Blue) = 15+158+146=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9E92 is #F0616D. Grayscale: #717171. Windows color (decimal): -15753582 or 9608719. OLE color: 9608719.

HSL color Cylindrical-coordinate representation of color #0F9E92: hue angle of 174.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9E92 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15158146-
CMYK0.9100.080.38
HSL174.97º82.66%33.92%-
HSV(B)174.97º90.51%61.96%-
XYZ17.6126.6331.41-
YUV113.88146.1257.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=4.70%
G=49.53%
B=45.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151581460.9100.080.38174.9782.6633.92
HexF9E925B0826af5322
Octal172362221330104625712342
Binary11111001111010010010101101101000100110101011111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,158,146); }

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

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

 a { background-color: rgb(15,158,146); }

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

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

 span { border-color: rgb(15,158,146); }

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