Html Css Color HEX #0F9895 Persian Green

📋 copy color: '#0F9895'

red 15 ◦ green 152 ◦ blue 149

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

Shades of Persian Green #0F9895

Tints of Persian Green #0F9895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 4.75%
G = 48.1%
B = 47.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#0F9895 (or 0x0F9895) is known color: Persian Green. HEX triplet: 0F, 98 and 95. RGB value is (15,152,149). Sum of RGB (Red+Green+Blue) = 15+152+149=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9895 is #F0676A. Grayscale: #6E6E6E. Windows color (decimal): -15755115 or 9803791. OLE color: 9803791.

HSL color Cylindrical-coordinate representation of color #0F9895: hue angle of 178.69º 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 #0F9895 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 152 149 -
CMYK 0.90 0 0.02 0.40
HSL 178.69º 0.82% 0.33% -
HSV(B) 178.69º 0.9% 0.6% -
XYZ 16.85 24.73 32.32 -
YUV 110.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 15 152 149 0.90 0 0.02 0.40 178.69 0.82 0.33
Hex F 98 95 5A 0 2 28 B3 52 21
Octal 17 230 225 132 0 2 50 263 122 41
Binary 1111 10011000 10010101 1011010 0 10 101000 10110011 1010010 100001

Color Harmonies of #0F9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9895

Black with #0F9895

Text Example


Text Example

White with #0F9895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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