Html Css Color HEX #0FB798 Persian Green

📋 copy color: '#0FB798'

red 15 ◦ green 183 ◦ blue 152

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

Shades of Persian Green #0FB798

Tints of Persian Green #0FB798

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 4.29%
G = 52.29%
B = 43.43%

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

#0FB798 (or 0x0FB798) is known color: Persian Green. HEX triplet: 0F, B7 and 98. RGB value is (15,183,152). Sum of RGB (Red+Green+Blue) = 15+183+152=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB798 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB798 is #F04867. Grayscale: #818181. Windows color (decimal): -15747176 or 10008335. OLE color: 10008335.

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

Color convert

RGB 15 183 152 -
CMYK 0.92 0 0.17 0.28
HSL 168.93º 0.85% 0.39% -
HSV(B) 168.93º 0.92% 0.72% -
XYZ 22.8 36.24 35.5 -
YUV 129.23 140.84 46.52 -
System Red Green Blue C M Y K H S L
Decimal 15 183 152 0.92 0 0.17 0.28 168.93 0.85 0.39
Hex F B7 98 5C 0 11 1C A9 55 27
Octal 17 267 230 134 0 21 34 251 125 47
Binary 1111 10110111 10011000 1011100 0 10001 11100 10101001 1010101 100111

Color Harmonies of #0FB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB798

Black with #0FB798

Text Example


Text Example

White with #0FB798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,152); }

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

background-color css

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

 a { background-color: rgb(15,183,152); }

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

border-color css

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

 span { border-color: rgb(15,183,152); }

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