Html Css Color HEX #0FAA98 Persian Green

📋 copy color: '#0FAA98'

red 15 ◦ green 170 ◦ blue 152

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

Shades of Persian Green #0FAA98

Tints of Persian Green #0FAA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.45%

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

R = 4.45%
G = 50.45%
B = 45.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#0FAA98 (or 0x0FAA98) is known color: Persian Green. HEX triplet: 0F, AA and 98. RGB value is (15,170,152). Sum of RGB (Red+Green+Blue) = 15+170+152=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA98 is #F05567. Grayscale: #797979. Windows color (decimal): -15750504 or 10005007. OLE color: 10005007.

HSL color Cylindrical-coordinate representation of color #0FAA98: hue angle of 173.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA98 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 152 -
CMYK 0.91 0 0.11 0.33
HSL 173.03º 0.84% 0.36% -
HSV(B) 173.03º 0.91% 0.67% -
XYZ 20.24 31.12 34.65 -
YUV 121.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 15 170 152 0.91 0 0.11 0.33 173.03 0.84 0.36
Hex F AA 98 5B 0 B 21 AD 54 24
Octal 17 252 230 133 0 13 41 255 124 44
Binary 1111 10101010 10011000 1011011 0 1011 100001 10101101 1010100 100100

Color Harmonies of #0FAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA98

Black with #0FAA98

Text Example


Text Example

White with #0FAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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