Html Css Color HEX #0FAD9C Persian Green

📋 copy color: '#0FAD9C'

red 15 ◦ green 173 ◦ blue 156

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

Shades of Persian Green #0FAD9C

Tints of Persian Green #0FAD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 4.36%
G = 50.29%
B = 45.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#0FAD9C (or 0x0FAD9C) is known color: Persian Green. HEX triplet: 0F, AD and 9C. RGB value is (15,173,156). Sum of RGB (Red+Green+Blue) = 15+173+156=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD9C is #F05263. Grayscale: #7B7B7B. Windows color (decimal): -15749732 or 10267919. OLE color: 10267919.

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

Color convert

RGB 15 173 156 -
CMYK 0.91 0 0.10 0.32
HSL 173.54º 0.84% 0.37% -
HSV(B) 173.54º 0.91% 0.68% -
XYZ 21.14 32.39 36.59 -
YUV 123.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 15 173 156 0.91 0 0.10 0.32 173.54 0.84 0.37
Hex F AD 9C 5B 0 A 20 AE 54 25
Octal 17 255 234 133 0 12 40 256 124 45
Binary 1111 10101101 10011100 1011011 0 1010 100000 10101110 1010100 100101

Color Harmonies of #0FAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD9C

Black with #0FAD9C

Text Example


Text Example

White with #0FAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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