Html Css Color HEX #0AB78D Mountain Meadow

📋 copy color: '#0AB78D'

red 10 ◦ green 183 ◦ blue 141

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

Shades of Mountain Meadow #0AB78D

Tints of Mountain Meadow #0AB78D

RGB

 RED value IS 10 (4.3% from 255) = 2.99%

 GREEN value IS 183 (71.88% from 255) = 54.79%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 2.99%
G = 54.79%
B = 42.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#0AB78D (or 0x0AB78D) is known color: Mountain Meadow. HEX triplet: 0A, B7 and 8D. RGB value is (10,183,141). Sum of RGB (Red+Green+Blue) = 10+183+141=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB78D is #F54872. Grayscale: #7E7E7E. Windows color (decimal): -16074867 or 9287434. OLE color: 9287434.

HSL color Cylindrical-coordinate representation of color #0AB78D: hue angle of 165.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB78D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 183 141 -
CMYK 0.95 0 0.23 0.28
HSL 165.43º 0.9% 0.38% -
HSV(B) 165.43º 0.95% 0.72% -
XYZ 21.87 35.85 30.97 -
YUV 126.49 136.19 44.92 -
System Red Green Blue C M Y K H S L
Decimal 10 183 141 0.95 0 0.23 0.28 165.43 0.9 0.38
Hex A B7 8D 5F 0 17 1C A5 5A 26
Octal 12 267 215 137 0 27 34 245 132 46
Binary 1010 10110111 10001101 1011111 0 10111 11100 10100101 1011010 100110

Color Harmonies of #0AB78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB78D

Black with #0AB78D

Text Example


Text Example

White with #0AB78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,183,141); }

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

background-color css

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

 a { background-color: rgb(10,183,141); }

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

border-color css

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

 span { border-color: rgb(10,183,141); }

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