Html Css Color HEX #0FA982 Mountain Meadow

📋 copy color: '#0FA982'

red 15 ◦ green 169 ◦ blue 130

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

Shades of Mountain Meadow #0FA982

Tints of Mountain Meadow #0FA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.82%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 4.78%
G = 53.82%
B = 41.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#0FA982 (or 0x0FA982) is known color: Mountain Meadow. HEX triplet: 0F, A9 and 82. RGB value is (15,169,130). Sum of RGB (Red+Green+Blue) = 15+169+130=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA982 is #F0567D. Grayscale: #767676. Windows color (decimal): -15750782 or 8562959. OLE color: 8562959.

HSL color Cylindrical-coordinate representation of color #0FA982: hue angle of 164.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA982 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 169 130 -
CMYK 0.91 0 0.23 0.34
HSL 164.81º 0.84% 0.36% -
HSV(B) 164.81º 0.91% 0.66% -
XYZ 18.41 30.09 25.96 -
YUV 118.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 15 169 130 0.91 0 0.23 0.34 164.81 0.84 0.36
Hex F A9 82 5B 0 17 22 A5 54 24
Octal 17 251 202 133 0 27 42 245 124 44
Binary 1111 10101001 10000010 1011011 0 10111 100010 10100101 1010100 100100

Color Harmonies of #0FA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA982

Black with #0FA982

Text Example


Text Example

White with #0FA982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,130); }

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

background-color css

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

 a { background-color: rgb(15,169,130); }

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

border-color css

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

 span { border-color: rgb(15,169,130); }

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