Html Css Color HEX #0F9C86 Persian Green

📋 copy color: '#0F9C86'

red 15 ◦ green 156 ◦ blue 134

#0F9C86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0F9C86

Tints of Persian Green #0F9C86

RGB

 RED value IS 15 (6.25% from 255) = 4.92%

 GREEN value IS 156 (61.33% from 255) = 51.15%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 4.92%
G = 51.15%
B = 43.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#0F9C86 (or 0x0F9C86) is known color: Persian Green. HEX triplet: 0F, 9C and 86. RGB value is (15,156,134). Sum of RGB (Red+Green+Blue) = 15+156+134=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9C86 is #F06379. Grayscale: #6F6F6F. Windows color (decimal): -15754106 or 8821775. OLE color: 8821775.

HSL color Cylindrical-coordinate representation of color #0F9C86: hue angle of 170.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C86 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 156 134 -
CMYK 0.90 0 0.14 0.39
HSL 170.64º 0.82% 0.34% -
HSV(B) 170.64º 0.9% 0.61% -
XYZ 16.39 25.6 26.63 -
YUV 111.33 140.79 59.29 -
System Red Green Blue C M Y K H S L
Decimal 15 156 134 0.90 0 0.14 0.39 170.64 0.82 0.34
Hex F 9C 86 5A 0 E 27 AB 52 22
Octal 17 234 206 132 0 16 47 253 122 42
Binary 1111 10011100 10000110 1011010 0 1110 100111 10101011 1010010 100010

Color Harmonies of #0F9C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9C86

Black with #0F9C86

Text Example


Text Example

White with #0F9C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,156,134); }

 H1.HeaderClassName
 {
   color: #0F9C86;
 }
 .AnyTagClassName
 {
   color: #0F9C86;
 }
</style>

background-color css

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

 a { background-color: rgb(15,156,134); }

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

border-color css

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

 span { border-color: rgb(15,156,134); }

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