Html Css Color HEX #0FA695 Persian Green

📋 copy color: '#0FA695'

red 15 ◦ green 166 ◦ blue 149

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

Shades of Persian Green #0FA695

Tints of Persian Green #0FA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 4.55%
G = 50.3%
B = 45.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#0FA695 (or 0x0FA695) is known color: Persian Green. HEX triplet: 0F, A6 and 95. RGB value is (15,166,149). Sum of RGB (Red+Green+Blue) = 15+166+149=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA695 is #F0596A. Grayscale: #767676. Windows color (decimal): -15751531 or 9807375. OLE color: 9807375.

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

Color convert

RGB 15 166 149 -
CMYK 0.91 0 0.10 0.35
HSL 173.25º 0.83% 0.35% -
HSV(B) 173.25º 0.91% 0.65% -
XYZ 19.26 29.54 33.12 -
YUV 118.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 15 166 149 0.91 0 0.10 0.35 173.25 0.83 0.35
Hex F A6 95 5B 0 A 23 AD 53 23
Octal 17 246 225 133 0 12 43 255 123 43
Binary 1111 10100110 10010101 1011011 0 1010 100011 10101101 1010011 100011

Color Harmonies of #0FA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA695

Black with #0FA695

Text Example


Text Example

White with #0FA695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,149); }

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

background-color css

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

 a { background-color: rgb(15,166,149); }

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

border-color css

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

 span { border-color: rgb(15,166,149); }

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