#0f9993

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

Shades of Persian Green #0F9993

Tints of Persian Green #0F9993

Color information

#0F9993 (or 0x0F9993) is unknown color: approx Persian Green. HEX triplet: 0F, 99 and 93. RGB value is (15,153,147). Sum of RGB (Red+Green+Blue) = 15+153+147=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9993 is #F0666C. Grayscale: #6E6E6E. Windows color (decimal): -15754861 or 9672975. OLE color: 9672975.

HSL color Cylindrical-coordinate representation of color #0F9993: hue angle of 177.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9993 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15153147-
CMYK0.9000.040.4
HSL177.39º82.14%32.94%-
HSV(B)177.39º90.2%60%-
XYZ16.8524.9931.54-
YUV111.05148.2859.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.76%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=4.76%
G=48.57%
B=46.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151531470.9000.040.4177.3982.1432.94
HexF99935A0428b15221
Octal17231223132045026112241
Binary1111100110011001001110110100100101000101100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,153,147); }

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

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

 a { background-color: rgb(15,153,147); }

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

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

 span { border-color: rgb(15,153,147); }

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