Html Css Color HEX #0FAD9F Persian Green

📋 copy color: '#0FAD9F'

red 15 ◦ green 173 ◦ blue 159

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

Shades of Persian Green #0FAD9F

Tints of Persian Green #0FAD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 4.32%
G = 49.86%
B = 45.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0FAD9F (or 0x0FAD9F) is known color: Persian Green. HEX triplet: 0F, AD and 9F. RGB value is (15,173,159). Sum of RGB (Red+Green+Blue) = 15+173+159=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD9F is #F05260. Grayscale: #7C7C7C. Windows color (decimal): -15749729 or 10464527. OLE color: 10464527.

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

Color convert

RGB 15 173 159 -
CMYK 0.91 0 0.08 0.32
HSL 174.68º 0.84% 0.37% -
HSV(B) 174.68º 0.91% 0.68% -
XYZ 21.4 32.49 37.94 -
YUV 124.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 15 173 159 0.91 0 0.08 0.32 174.68 0.84 0.37
Hex F AD 9F 5B 0 8 20 AF 54 25
Octal 17 255 237 133 0 10 40 257 124 45
Binary 1111 10101101 10011111 1011011 0 1000 100000 10101111 1010100 100101

Color Harmonies of #0FAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD9F

Black with #0FAD9F

Text Example


Text Example

White with #0FAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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