Html Css Color HEX #0AB68A Mountain Meadow

📋 copy color: '#0AB68A'

red 10 ◦ green 182 ◦ blue 138

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

Shades of Mountain Meadow #0AB68A

Tints of Mountain Meadow #0AB68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 3.03%
G = 55.15%
B = 41.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#0AB68A (or 0x0AB68A) is known color: Mountain Meadow. HEX triplet: 0A, B6 and 8A. RGB value is (10,182,138). Sum of RGB (Red+Green+Blue) = 10+182+138=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB68A is #F54975. Grayscale: #7D7D7D. Windows color (decimal): -16075126 or 9090570. OLE color: 9090570.

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

Color convert

RGB 10 182 138 -
CMYK 0.95 0 0.24 0.29
HSL 164.65º 0.9% 0.38% -
HSV(B) 164.65º 0.95% 0.71% -
XYZ 21.44 35.36 29.74 -
YUV 125.56 135.02 45.58 -
System Red Green Blue C M Y K H S L
Decimal 10 182 138 0.95 0 0.24 0.29 164.65 0.9 0.38
Hex A B6 8A 5F 0 18 1D A5 5A 26
Octal 12 266 212 137 0 30 35 245 132 46
Binary 1010 10110110 10001010 1011111 0 11000 11101 10100101 1011010 100110

Color Harmonies of #0AB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB68A

Black with #0AB68A

Text Example


Text Example

White with #0AB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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