Html Css Color HEX #0FB39A Persian Green

📋 copy color: '#0FB39A'

red 15 ◦ green 179 ◦ blue 154

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

Shades of Persian Green #0FB39A

Tints of Persian Green #0FB39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 4.31%
G = 51.44%
B = 44.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#0FB39A (or 0x0FB39A) is known color: Persian Green. HEX triplet: 0F, B3 and 9A. RGB value is (15,179,154). Sum of RGB (Red+Green+Blue) = 15+179+154=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB39A is #F04C65. Grayscale: #7F7F7F. Windows color (decimal): -15748198 or 10138383. OLE color: 10138383.

HSL color Cylindrical-coordinate representation of color #0FB39A: hue angle of 170.85º 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 #0FB39A is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 154 -
CMYK 0.92 0 0.14 0.30
HSL 170.85º 0.85% 0.38% -
HSV(B) 170.85º 0.92% 0.7% -
XYZ 22.15 34.67 36.1 -
YUV 127.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 15 179 154 0.92 0 0.14 0.30 170.85 0.85 0.38
Hex F B3 9A 5C 0 E 1E AB 55 26
Octal 17 263 232 134 0 16 36 253 125 46
Binary 1111 10110011 10011010 1011100 0 1110 11110 10101011 1010101 100110

Color Harmonies of #0FB39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB39A

Black with #0FB39A

Text Example


Text Example

White with #0FB39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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