Html Css Color HEX #0FA497 Persian Green

📋 copy color: '#0FA497'

red 15 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #0FA497

Tints of Persian Green #0FA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

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

R = 4.55%
G = 49.7%
B = 45.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#0FA497 (or 0x0FA497) is known color: Persian Green. HEX triplet: 0F, A4 and 97. RGB value is (15,164,151). Sum of RGB (Red+Green+Blue) = 15+164+151=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA497 is #F05B68. Grayscale: #757575. Windows color (decimal): -15752041 or 9937935. OLE color: 9937935.

HSL color Cylindrical-coordinate representation of color #0FA497: hue angle of 174.77º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA497 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 164 151 -
CMYK 0.91 0 0.08 0.36
HSL 174.77º 0.83% 0.35% -
HSV(B) 174.77º 0.91% 0.64% -
XYZ 19.06 28.89 33.85 -
YUV 117.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 15 164 151 0.91 0 0.08 0.36 174.77 0.83 0.35
Hex F A4 97 5B 0 8 24 AF 53 23
Octal 17 244 227 133 0 10 44 257 123 43
Binary 1111 10100100 10010111 1011011 0 1000 100100 10101111 1010011 100011

Color Harmonies of #0FA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA497

Black with #0FA497

Text Example


Text Example

White with #0FA497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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