Html Css Color HEX #0FA680 Mountain Meadow

📋 copy color: '#0FA680'

red 15 ◦ green 166 ◦ blue 128

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

Shades of Mountain Meadow #0FA680

Tints of Mountain Meadow #0FA680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 4.85%
G = 53.72%
B = 41.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#0FA680 (or 0x0FA680) is known color: Mountain Meadow. HEX triplet: 0F, A6 and 80. RGB value is (15,166,128). Sum of RGB (Red+Green+Blue) = 15+166+128=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA680 is #F0597F. Grayscale: #747474. Windows color (decimal): -15751552 or 8431119. OLE color: 8431119.

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

Color convert

RGB 15 166 128 -
CMYK 0.91 0 0.23 0.35
HSL 164.9º 0.83% 0.35% -
HSV(B) 164.9º 0.91% 0.65% -
XYZ 17.73 28.93 25.07 -
YUV 116.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 15 166 128 0.91 0 0.23 0.35 164.9 0.83 0.35
Hex F A6 80 5B 0 17 23 A5 53 23
Octal 17 246 200 133 0 27 43 245 123 43
Binary 1111 10100110 10000000 1011011 0 10111 100011 10100101 1010011 100011

Color Harmonies of #0FA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA680

Black with #0FA680

Text Example


Text Example

White with #0FA680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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