Html Css Color HEX #0FB49B Persian Green

📋 copy color: '#0FB49B'

red 15 ◦ green 180 ◦ blue 155

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

Shades of Persian Green #0FB49B

Tints of Persian Green #0FB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 4.29%
G = 51.43%
B = 44.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#0FB49B (or 0x0FB49B) is known color: Persian Green. HEX triplet: 0F, B4 and 9B. RGB value is (15,180,155). Sum of RGB (Red+Green+Blue) = 15+180+155=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB49B is #F04B64. Grayscale: #7F7F7F. Windows color (decimal): -15747941 or 10204175. OLE color: 10204175.

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

Color convert

RGB 15 180 155 -
CMYK 0.92 0 0.14 0.29
HSL 170.91º 0.85% 0.38% -
HSV(B) 170.91º 0.92% 0.71% -
XYZ 22.43 35.11 36.6 -
YUV 127.82 143.34 47.53 -
System Red Green Blue C M Y K H S L
Decimal 15 180 155 0.92 0 0.14 0.29 170.91 0.85 0.38
Hex F B4 9B 5C 0 E 1D AB 55 26
Octal 17 264 233 134 0 16 35 253 125 46
Binary 1111 10110100 10011011 1011100 0 1110 11101 10101011 1010101 100110

Color Harmonies of #0FB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB49B

Black with #0FB49B

Text Example


Text Example

White with #0FB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,155); }

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

background-color css

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

 a { background-color: rgb(15,180,155); }

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

border-color css

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

 span { border-color: rgb(15,180,155); }

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