Html Css Color HEX #0ABE7D Mountain Meadow

📋 copy color: '#0ABE7D'

red 10 ◦ green 190 ◦ blue 125

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

Shades of Mountain Meadow #0ABE7D

Tints of Mountain Meadow #0ABE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.46%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 3.08%
G = 58.46%
B = 38.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#0ABE7D (or 0x0ABE7D) is known color: Mountain Meadow. HEX triplet: 0A, BE and 7D. RGB value is (10,190,125). Sum of RGB (Red+Green+Blue) = 10+190+125=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE7D is #F54182. Grayscale: #808080. Windows color (decimal): -16073091 or 8240650. OLE color: 8240650.

HSL color Cylindrical-coordinate representation of color #0ABE7D: hue angle of 158.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE7D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 125 -
CMYK 0.95 0 0.34 0.25
HSL 158.33º 0.9% 0.39% -
HSV(B) 158.33º 0.95% 0.75% -
XYZ 22.24 38.37 25.64 -
YUV 128.77 125.87 43.29 -
System Red Green Blue C M Y K H S L
Decimal 10 190 125 0.95 0 0.34 0.25 158.33 0.9 0.39
Hex A BE 7D 5F 0 22 19 9E 5A 27
Octal 12 276 175 137 0 42 31 236 132 47
Binary 1010 10111110 1111101 1011111 0 100010 11001 10011110 1011010 100111

Color Harmonies of #0ABE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE7D

Black with #0ABE7D

Text Example


Text Example

White with #0ABE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,125); }

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

background-color css

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

 a { background-color: rgb(10,190,125); }

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

border-color css

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

 span { border-color: rgb(10,190,125); }

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