Html Css Color HEX #0FAA82 Mountain Meadow

📋 copy color: '#0FAA82'

red 15 ◦ green 170 ◦ blue 130

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

Shades of Mountain Meadow #0FAA82

Tints of Mountain Meadow #0FAA82

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

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

R = 4.76%
G = 53.97%
B = 41.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#0FAA82 (or 0x0FAA82) is known color: Mountain Meadow. HEX triplet: 0F, AA and 82. RGB value is (15,170,130). Sum of RGB (Red+Green+Blue) = 15+170+130=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA82 is #F0557D. Grayscale: #777777. Windows color (decimal): -15750526 or 8563215. OLE color: 8563215.

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

Color convert

RGB 15 170 130 -
CMYK 0.91 0 0.24 0.33
HSL 164.52º 0.84% 0.36% -
HSV(B) 164.52º 0.91% 0.67% -
XYZ 18.6 30.46 26.02 -
YUV 119.1 134.15 53.75 -
System Red Green Blue C M Y K H S L
Decimal 15 170 130 0.91 0 0.24 0.33 164.52 0.84 0.36
Hex F AA 82 5B 0 18 21 A5 54 24
Octal 17 252 202 133 0 30 41 245 124 44
Binary 1111 10101010 10000010 1011011 0 11000 100001 10100101 1010100 100100

Color Harmonies of #0FAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA82

Black with #0FAA82

Text Example


Text Example

White with #0FAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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