Html Css Color HEX #0AB680 Mountain Meadow

📋 copy color: '#0AB680'

red 10 ◦ green 182 ◦ blue 128

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

Shades of Mountain Meadow #0AB680

Tints of Mountain Meadow #0AB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.88%

 BLUE value IS 128 (50.39% from 255) = 40%

R = 3.13%
G = 56.88%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#0AB680 (or 0x0AB680) is known color: Mountain Meadow. HEX triplet: 0A, B6 and 80. RGB value is (10,182,128). Sum of RGB (Red+Green+Blue) = 10+182+128=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB680 is #F5497F. Grayscale: #7C7C7C. Windows color (decimal): -16075136 or 8435210. OLE color: 8435210.

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

Color convert

RGB 10 182 128 -
CMYK 0.95 0 0.30 0.29
HSL 161.16º 0.9% 0.38% -
HSV(B) 161.16º 0.95% 0.71% -
XYZ 20.75 35.08 26.1 -
YUV 124.42 130.02 46.39 -
System Red Green Blue C M Y K H S L
Decimal 10 182 128 0.95 0 0.30 0.29 161.16 0.9 0.38
Hex A B6 80 5F 0 1E 1D A1 5A 26
Octal 12 266 200 137 0 36 35 241 132 46
Binary 1010 10110110 10000000 1011111 0 11110 11101 10100001 1011010 100110

Color Harmonies of #0AB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB680

Black with #0AB680

Text Example


Text Example

White with #0AB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,128); }

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

background-color css

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

 a { background-color: rgb(10,182,128); }

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

border-color css

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

 span { border-color: rgb(10,182,128); }

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