Html Css Color HEX #0FAC9F Persian Green

📋 copy color: '#0FAC9F'

red 15 ◦ green 172 ◦ blue 159

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

Shades of Persian Green #0FAC9F

Tints of Persian Green #0FAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 4.34%
G = 49.71%
B = 45.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#0FAC9F (or 0x0FAC9F) is known color: Persian Green. HEX triplet: 0F, AC and 9F. RGB value is (15,172,159). Sum of RGB (Red+Green+Blue) = 15+172+159=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC9F is #F05360. Grayscale: #7B7B7B. Windows color (decimal): -15749985 or 10464271. OLE color: 10464271.

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

Color convert

RGB 15 172 159 -
CMYK 0.91 0 0.08 0.33
HSL 175.03º 0.84% 0.37% -
HSV(B) 175.03º 0.91% 0.67% -
XYZ 21.21 32.11 37.88 -
YUV 123.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 15 172 159 0.91 0 0.08 0.33 175.03 0.84 0.37
Hex F AC 9F 5B 0 8 21 AF 54 25
Octal 17 254 237 133 0 10 41 257 124 45
Binary 1111 10101100 10011111 1011011 0 1000 100001 10101111 1010100 100101

Color Harmonies of #0FAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC9F

Black with #0FAC9F

Text Example


Text Example

White with #0FAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,159); }

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

background-color css

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

 a { background-color: rgb(15,172,159); }

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

border-color css

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

 span { border-color: rgb(15,172,159); }

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