Html Css Color HEX #0FA098 Persian Green

📋 copy color: '#0FA098'

red 15 ◦ green 160 ◦ blue 152

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

Shades of Persian Green #0FA098

Tints of Persian Green #0FA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.93%

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

R = 4.59%
G = 48.93%
B = 46.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#0FA098 (or 0x0FA098) is known color: Persian Green. HEX triplet: 0F, A0 and 98. RGB value is (15,160,152). Sum of RGB (Red+Green+Blue) = 15+160+152=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA098 is #F05F67. Grayscale: #737373. Windows color (decimal): -15753064 or 10002447. OLE color: 10002447.

HSL color Cylindrical-coordinate representation of color #0FA098: hue angle of 176.69º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA098 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 152 -
CMYK 0.91 0 0.05 0.37
HSL 176.69º 0.83% 0.34% -
HSV(B) 176.69º 0.91% 0.63% -
XYZ 18.44 27.51 34.04 -
YUV 115.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 15 160 152 0.91 0 0.05 0.37 176.69 0.83 0.34
Hex F A0 98 5B 0 5 25 B1 53 22
Octal 17 240 230 133 0 5 45 261 123 42
Binary 1111 10100000 10011000 1011011 0 101 100101 10110001 1010011 100010

Color Harmonies of #0FA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA098

Black with #0FA098

Text Example


Text Example

White with #0FA098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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