Html Css Color HEX #0F9C97 Persian Green

📋 copy color: '#0F9C97'

red 15 ◦ green 156 ◦ blue 151

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

Shades of Persian Green #0F9C97

Tints of Persian Green #0F9C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.45%

 BLUE value IS 151 (59.38% from 255) = 46.89%

R = 4.66%
G = 48.45%
B = 46.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#0F9C97 (or 0x0F9C97) is known color: Persian Green. HEX triplet: 0F, 9C and 97. RGB value is (15,156,151). Sum of RGB (Red+Green+Blue) = 15+156+151=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9C97 is #F06368. Grayscale: #717171. Windows color (decimal): -15754089 or 9935887. OLE color: 9935887.

HSL color Cylindrical-coordinate representation of color #0F9C97: hue angle of 177.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C97 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 156 151 -
CMYK 0.90 0 0.03 0.39
HSL 177.87º 0.82% 0.34% -
HSV(B) 177.87º 0.9% 0.61% -
XYZ 17.67 26.11 33.39 -
YUV 113.27 149.29 57.91 -
System Red Green Blue C M Y K H S L
Decimal 15 156 151 0.90 0 0.03 0.39 177.87 0.82 0.34
Hex F 9C 97 5A 0 3 27 B2 52 22
Octal 17 234 227 132 0 3 47 262 122 42
Binary 1111 10011100 10010111 1011010 0 11 100111 10110010 1010010 100010

Color Harmonies of #0F9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9C97

Black with #0F9C97

Text Example


Text Example

White with #0F9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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