Html Css Color HEX #0FAA84 Mountain Meadow

📋 copy color: '#0FAA84'

red 15 ◦ green 170 ◦ blue 132

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

Shades of Mountain Meadow #0FAA84

Tints of Mountain Meadow #0FAA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 4.73%
G = 53.63%
B = 41.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#0FAA84 (or 0x0FAA84) is known color: Mountain Meadow. HEX triplet: 0F, AA and 84. RGB value is (15,170,132). Sum of RGB (Red+Green+Blue) = 15+170+132=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA84 is #F0557B. Grayscale: #777777. Windows color (decimal): -15750524 or 8694287. OLE color: 8694287.

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

Color convert

RGB 15 170 132 -
CMYK 0.91 0 0.22 0.33
HSL 165.29º 0.84% 0.36% -
HSV(B) 165.29º 0.91% 0.67% -
XYZ 18.74 30.52 26.73 -
YUV 119.32 135.15 53.59 -
System Red Green Blue C M Y K H S L
Decimal 15 170 132 0.91 0 0.22 0.33 165.29 0.84 0.36
Hex F AA 84 5B 0 16 21 A5 54 24
Octal 17 252 204 133 0 26 41 245 124 44
Binary 1111 10101010 10000100 1011011 0 10110 100001 10100101 1010100 100100

Color Harmonies of #0FAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA84

Black with #0FAA84

Text Example


Text Example

White with #0FAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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