Html Css Color HEX #0FAE8E Mountain Meadow

📋 copy color: '#0FAE8E'

red 15 ◦ green 174 ◦ blue 142

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

Shades of Mountain Meadow #0FAE8E

Tints of Mountain Meadow #0FAE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.57%

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 4.53%
G = 52.57%
B = 42.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#0FAE8E (or 0x0FAE8E) is known color: Mountain Meadow. HEX triplet: 0F, AE and 8E. RGB value is (15,174,142). Sum of RGB (Red+Green+Blue) = 15+174+142=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAE8E is #F05171. Grayscale: #7A7A7A. Windows color (decimal): -15749490 or 9350671. OLE color: 9350671.

HSL color Cylindrical-coordinate representation of color #0FAE8E: hue angle of 167.92º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE8E is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 142 -
CMYK 0.91 0 0.18 0.32
HSL 167.92º 0.84% 0.37% -
HSV(B) 167.92º 0.91% 0.68% -
XYZ 20.22 32.33 30.77 -
YUV 122.81 138.82 51.1 -
System Red Green Blue C M Y K H S L
Decimal 15 174 142 0.91 0 0.18 0.32 167.92 0.84 0.37
Hex F AE 8E 5B 0 12 20 A8 54 25
Octal 17 256 216 133 0 22 40 250 124 45
Binary 1111 10101110 10001110 1011011 0 10010 100000 10101000 1010100 100101

Color Harmonies of #0FAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE8E

Black with #0FAE8E

Text Example


Text Example

White with #0FAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,142); }

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

background-color css

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

 a { background-color: rgb(15,174,142); }

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

border-color css

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

 span { border-color: rgb(15,174,142); }

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