Html Css Color HEX #0FAC9B Persian Green

📋 copy color: '#0FAC9B'

red 15 ◦ green 172 ◦ blue 155

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

Shades of Persian Green #0FAC9B

Tints of Persian Green #0FAC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 4.39%
G = 50.29%
B = 45.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#0FAC9B (or 0x0FAC9B) is known color: Persian Green. HEX triplet: 0F, AC and 9B. RGB value is (15,172,155). Sum of RGB (Red+Green+Blue) = 15+172+155=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC9B is #F05364. Grayscale: #7B7B7B. Windows color (decimal): -15749989 or 10202127. OLE color: 10202127.

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

Color convert

RGB 15 172 155 -
CMYK 0.91 0 0.10 0.33
HSL 173.5º 0.84% 0.37% -
HSV(B) 173.5º 0.91% 0.67% -
XYZ 20.87 31.97 36.08 -
YUV 123.12 145.99 50.88 -
System Red Green Blue C M Y K H S L
Decimal 15 172 155 0.91 0 0.10 0.33 173.5 0.84 0.37
Hex F AC 9B 5B 0 A 21 AE 54 25
Octal 17 254 233 133 0 12 41 256 124 45
Binary 1111 10101100 10011011 1011011 0 1010 100001 10101110 1010100 100101

Color Harmonies of #0FAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC9B

Black with #0FAC9B

Text Example


Text Example

White with #0FAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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