Html Css Color HEX #0FB095 Persian Green

📋 copy color: '#0FB095'

red 15 ◦ green 176 ◦ blue 149

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

Shades of Persian Green #0FB095

Tints of Persian Green #0FB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.76%

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

R = 4.41%
G = 51.76%
B = 43.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#0FB095 (or 0x0FB095) is known color: Persian Green. HEX triplet: 0F, B0 and 95. RGB value is (15,176,149). Sum of RGB (Red+Green+Blue) = 15+176+149=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB095 is #F04F6A. Grayscale: #7C7C7C. Windows color (decimal): -15748971 or 9809935. OLE color: 9809935.

HSL color Cylindrical-coordinate representation of color #0FB095: hue angle of 169.94º 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 #0FB095 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 149 -
CMYK 0.91 0 0.15 0.31
HSL 169.94º 0.84% 0.37% -
HSV(B) 169.94º 0.91% 0.69% -
XYZ 21.15 33.32 33.75 -
YUV 124.78 141.66 49.7 -
System Red Green Blue C M Y K H S L
Decimal 15 176 149 0.91 0 0.15 0.31 169.94 0.84 0.37
Hex F B0 95 5B 0 F 1F AA 54 25
Octal 17 260 225 133 0 17 37 252 124 45
Binary 1111 10110000 10010101 1011011 0 1111 11111 10101010 1010100 100101

Color Harmonies of #0FB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB095

Black with #0FB095

Text Example


Text Example

White with #0FB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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