Html Css Color HEX #0FB699 Persian Green

📋 copy color: '#0FB699'

red 15 ◦ green 182 ◦ blue 153

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

Shades of Persian Green #0FB699

Tints of Persian Green #0FB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

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

R = 4.29%
G = 52%
B = 43.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#0FB699 (or 0x0FB699) is known color: Persian Green. HEX triplet: 0F, B6 and 99. RGB value is (15,182,153). Sum of RGB (Red+Green+Blue) = 15+182+153=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB699 is #F04966. Grayscale: #808080. Windows color (decimal): -15747431 or 10073615. OLE color: 10073615.

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

Color convert

RGB 15 182 153 -
CMYK 0.92 0 0.16 0.29
HSL 169.58º 0.85% 0.39% -
HSV(B) 169.58º 0.92% 0.71% -
XYZ 22.67 35.86 35.86 -
YUV 128.76 141.67 46.86 -
System Red Green Blue C M Y K H S L
Decimal 15 182 153 0.92 0 0.16 0.29 169.58 0.85 0.39
Hex F B6 99 5C 0 10 1D AA 55 27
Octal 17 266 231 134 0 20 35 252 125 47
Binary 1111 10110110 10011001 1011100 0 10000 11101 10101010 1010101 100111

Color Harmonies of #0FB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB699

Black with #0FB699

Text Example


Text Example

White with #0FB699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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