Html Css Color HEX #0FAA7F Mountain Meadow

📋 copy color: '#0FAA7F'

red 15 ◦ green 170 ◦ blue 127

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

Shades of Mountain Meadow #0FAA7F

Tints of Mountain Meadow #0FAA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 4.81%
G = 54.49%
B = 40.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#0FAA7F (or 0x0FAA7F) is known color: Mountain Meadow. HEX triplet: 0F, AA and 7F. RGB value is (15,170,127). Sum of RGB (Red+Green+Blue) = 15+170+127=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA7F is #F05580. Grayscale: #767676. Windows color (decimal): -15750529 or 8366607. OLE color: 8366607.

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

Color convert

RGB 15 170 127 -
CMYK 0.91 0 0.25 0.33
HSL 163.35º 0.84% 0.36% -
HSV(B) 163.35º 0.91% 0.67% -
XYZ 18.4 30.38 24.97 -
YUV 118.75 132.65 54 -
System Red Green Blue C M Y K H S L
Decimal 15 170 127 0.91 0 0.25 0.33 163.35 0.84 0.36
Hex F AA 7F 5B 0 19 21 A3 54 24
Octal 17 252 177 133 0 31 41 243 124 44
Binary 1111 10101010 1111111 1011011 0 11001 100001 10100011 1010100 100100

Color Harmonies of #0FAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA7F

Black with #0FAA7F

Text Example


Text Example

White with #0FAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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