Html Css Color HEX #0F9D8A Persian Green

📋 copy color: '#0F9D8A'

red 15 ◦ green 157 ◦ blue 138

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

Shades of Persian Green #0F9D8A

Tints of Persian Green #0F9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 4.84%
G = 50.65%
B = 44.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#0F9D8A (or 0x0F9D8A) is known color: Persian Green. HEX triplet: 0F, 9D and 8A. RGB value is (15,157,138). Sum of RGB (Red+Green+Blue) = 15+157+138=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9D8A is #F06275. Grayscale: #707070. Windows color (decimal): -15753846 or 9084175. OLE color: 9084175.

HSL color Cylindrical-coordinate representation of color #0F9D8A: hue angle of 171.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9D8A is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 157 138 -
CMYK 0.90 0 0.12 0.38
HSL 171.97º 0.83% 0.34% -
HSV(B) 171.97º 0.9% 0.62% -
XYZ 16.84 26.05 28.19 -
YUV 112.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 15 157 138 0.90 0 0.12 0.38 171.97 0.83 0.34
Hex F 9D 8A 5A 0 C 26 AC 53 22
Octal 17 235 212 132 0 14 46 254 123 42
Binary 1111 10011101 10001010 1011010 0 1100 100110 10101100 1010011 100010

Color Harmonies of #0F9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9D8A

Black with #0F9D8A

Text Example


Text Example

White with #0F9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,157,138); }

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

background-color css

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

 a { background-color: rgb(15,157,138); }

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

border-color css

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

 span { border-color: rgb(15,157,138); }

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