Html Css Color HEX #0FB498 Persian Green

📋 copy color: '#0FB498'

red 15 ◦ green 180 ◦ blue 152

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

Shades of Persian Green #0FB498

Tints of Persian Green #0FB498

RGB

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

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

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

R = 4.32%
G = 51.87%
B = 43.8%

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

#0FB498 (or 0x0FB498) is known color: Persian Green. HEX triplet: 0F, B4 and 98. RGB value is (15,180,152). Sum of RGB (Red+Green+Blue) = 15+180+152=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB498 is #F04B67. Grayscale: #7F7F7F. Windows color (decimal): -15747944 or 10007567. OLE color: 10007567.

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

Color convert

RGB 15 180 152 -
CMYK 0.92 0 0.16 0.29
HSL 169.82º 0.85% 0.38% -
HSV(B) 169.82º 0.92% 0.71% -
XYZ 22.19 35.01 35.29 -
YUV 127.47 141.84 47.78 -
System Red Green Blue C M Y K H S L
Decimal 15 180 152 0.92 0 0.16 0.29 169.82 0.85 0.38
Hex F B4 98 5C 0 10 1D AA 55 26
Octal 17 264 230 134 0 20 35 252 125 46
Binary 1111 10110100 10011000 1011100 0 10000 11101 10101010 1010101 100110

Color Harmonies of #0FB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB498

Black with #0FB498

Text Example


Text Example

White with #0FB498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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