Html Css Color HEX #0FAC94 Persian Green

📋 copy color: '#0FAC94'

red 15 ◦ green 172 ◦ blue 148

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

Shades of Persian Green #0FAC94

Tints of Persian Green #0FAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 4.48%
G = 51.34%
B = 44.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#0FAC94 (or 0x0FAC94) is known color: Persian Green. HEX triplet: 0F, AC and 94. RGB value is (15,172,148). Sum of RGB (Red+Green+Blue) = 15+172+148=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC94 is #F0536B. Grayscale: #7A7A7A. Windows color (decimal): -15749996 or 9743375. OLE color: 9743375.

HSL color Cylindrical-coordinate representation of color #0FAC94: hue angle of 170.83º 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 #0FAC94 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 148 -
CMYK 0.91 0 0.14 0.33
HSL 170.83º 0.84% 0.37% -
HSV(B) 170.83º 0.91% 0.67% -
XYZ 20.29 31.74 33.07 -
YUV 122.32 142.49 51.45 -
System Red Green Blue C M Y K H S L
Decimal 15 172 148 0.91 0 0.14 0.33 170.83 0.84 0.37
Hex F AC 94 5B 0 E 21 AB 54 25
Octal 17 254 224 133 0 16 41 253 124 45
Binary 1111 10101100 10010100 1011011 0 1110 100001 10101011 1010100 100101

Color Harmonies of #0FAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC94

Black with #0FAC94

Text Example


Text Example

White with #0FAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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