Html Css Color HEX #0FAA7E Mountain Meadow

📋 copy color: '#0FAA7E'

red 15 ◦ green 170 ◦ blue 126

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

Shades of Mountain Meadow #0FAA7E

Tints of Mountain Meadow #0FAA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 4.82%
G = 54.66%
B = 40.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#0FAA7E (or 0x0FAA7E) is known color: Mountain Meadow. HEX triplet: 0F, AA and 7E. RGB value is (15,170,126). Sum of RGB (Red+Green+Blue) = 15+170+126=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA7E is #F05581. Grayscale: #767676. Windows color (decimal): -15750530 or 8301071. OLE color: 8301071.

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

Color convert

RGB 15 170 126 -
CMYK 0.91 0 0.26 0.33
HSL 162.97º 0.84% 0.36% -
HSV(B) 162.97º 0.91% 0.67% -
XYZ 18.34 30.36 24.63 -
YUV 118.64 132.15 54.08 -
System Red Green Blue C M Y K H S L
Decimal 15 170 126 0.91 0 0.26 0.33 162.97 0.84 0.36
Hex F AA 7E 5B 0 1A 21 A3 54 24
Octal 17 252 176 133 0 32 41 243 124 44
Binary 1111 10101010 1111110 1011011 0 11010 100001 10100011 1010100 100100

Color Harmonies of #0FAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA7E

Black with #0FAA7E

Text Example


Text Example

White with #0FAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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