Html Css Color HEX #0FB397 Persian Green

📋 copy color: '#0FB397'

red 15 ◦ green 179 ◦ blue 151

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

Shades of Persian Green #0FB397

Tints of Persian Green #0FB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.88%

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 4.35%
G = 51.88%
B = 43.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#0FB397 (or 0x0FB397) is known color: Persian Green. HEX triplet: 0F, B3 and 97. RGB value is (15,179,151). Sum of RGB (Red+Green+Blue) = 15+179+151=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB397 is #F04C68. Grayscale: #7E7E7E. Windows color (decimal): -15748201 or 9941775. OLE color: 9941775.

HSL color Cylindrical-coordinate representation of color #0FB397: hue angle of 169.76º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB397 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 151 -
CMYK 0.92 0 0.16 0.30
HSL 169.76º 0.85% 0.38% -
HSV(B) 169.76º 0.92% 0.7% -
XYZ 21.9 34.58 34.8 -
YUV 126.77 141.67 48.28 -
System Red Green Blue C M Y K H S L
Decimal 15 179 151 0.92 0 0.16 0.30 169.76 0.85 0.38
Hex F B3 97 5C 0 10 1E AA 55 26
Octal 17 263 227 134 0 20 36 252 125 46
Binary 1111 10110011 10010111 1011100 0 10000 11110 10101010 1010101 100110

Color Harmonies of #0FB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB397

Black with #0FB397

Text Example


Text Example

White with #0FB397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,151); }

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

background-color css

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

 a { background-color: rgb(15,179,151); }

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

border-color css

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

 span { border-color: rgb(15,179,151); }

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