Html Css Color HEX #0AB68D Mountain Meadow

📋 copy color: '#0AB68D'

red 10 ◦ green 182 ◦ blue 141

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

Shades of Mountain Meadow #0AB68D

Tints of Mountain Meadow #0AB68D

RGB

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

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

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

R = 3%
G = 54.65%
B = 42.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#0AB68D (or 0x0AB68D) is known color: Mountain Meadow. HEX triplet: 0A, B6 and 8D. RGB value is (10,182,141). Sum of RGB (Red+Green+Blue) = 10+182+141=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB68D is #F54972. Grayscale: #7D7D7D. Windows color (decimal): -16075123 or 9287178. OLE color: 9287178.

HSL color Cylindrical-coordinate representation of color #0AB68D: hue angle of 165.7º 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 #0AB68D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 182 141 -
CMYK 0.95 0 0.23 0.29
HSL 165.7º 0.9% 0.38% -
HSV(B) 165.7º 0.95% 0.71% -
XYZ 21.66 35.44 30.9 -
YUV 125.9 136.52 45.33 -
System Red Green Blue C M Y K H S L
Decimal 10 182 141 0.95 0 0.23 0.29 165.7 0.9 0.38
Hex A B6 8D 5F 0 17 1D A6 5A 26
Octal 12 266 215 137 0 27 35 246 132 46
Binary 1010 10110110 10001101 1011111 0 10111 11101 10100110 1011010 100110

Color Harmonies of #0AB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB68D

Black with #0AB68D

Text Example


Text Example

White with #0AB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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