Html Css Color HEX #0FB899 Persian Green

📋 copy color: '#0FB899'

red 15 ◦ green 184 ◦ blue 153

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

Shades of Persian Green #0FB899

Tints of Persian Green #0FB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.27%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 4.26%
G = 52.27%
B = 43.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#0FB899 (or 0x0FB899) is known color: Persian Green. HEX triplet: 0F, B8 and 99. RGB value is (15,184,153). Sum of RGB (Red+Green+Blue) = 15+184+153=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB899 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB899 is #F04766. Grayscale: #818181. Windows color (decimal): -15746919 or 10074127. OLE color: 10074127.

HSL color Cylindrical-coordinate representation of color #0FB899: hue angle of 168.99º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB899 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 184 153 -
CMYK 0.92 0 0.17 0.28
HSL 168.99º 0.85% 0.39% -
HSV(B) 168.99º 0.92% 0.72% -
XYZ 23.09 36.68 36 -
YUV 129.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 15 184 153 0.92 0 0.17 0.28 168.99 0.85 0.39
Hex F B8 99 5C 0 11 1C A9 55 27
Octal 17 270 231 134 0 21 34 251 125 47
Binary 1111 10111000 10011001 1011100 0 10001 11100 10101001 1010101 100111

Color Harmonies of #0FB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB899

Black with #0FB899

Text Example


Text Example

White with #0FB899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,153); }

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

background-color css

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

 a { background-color: rgb(15,184,153); }

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

border-color css

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

 span { border-color: rgb(15,184,153); }

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