Html Css Color HEX #0ABC76 Mountain Meadow

📋 copy color: '#0ABC76'

red 10 ◦ green 188 ◦ blue 118

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

Shades of Mountain Meadow #0ABC76

Tints of Mountain Meadow #0ABC76

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.49%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 3.16%
G = 59.49%
B = 37.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#0ABC76 (or 0x0ABC76) is known color: Mountain Meadow. HEX triplet: 0A, BC and 76. RGB value is (10,188,118). Sum of RGB (Red+Green+Blue) = 10+188+118=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC76 is #F54389. Grayscale: #7E7E7E. Windows color (decimal): -16073610 or 7781386. OLE color: 7781386.

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

Color convert

RGB 10 188 118 -
CMYK 0.95 0 0.37 0.26
HSL 156.4º 0.9% 0.39% -
HSV(B) 156.4º 0.95% 0.74% -
XYZ 21.38 37.34 23.22 -
YUV 126.8 123.03 44.69 -
System Red Green Blue C M Y K H S L
Decimal 10 188 118 0.95 0 0.37 0.26 156.4 0.9 0.39
Hex A BC 76 5F 0 25 1A 9C 5A 27
Octal 12 274 166 137 0 45 32 234 132 47
Binary 1010 10111100 1110110 1011111 0 100101 11010 10011100 1011010 100111

Color Harmonies of #0ABC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC76

Black with #0ABC76

Text Example


Text Example

White with #0ABC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,118); }

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

background-color css

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

 a { background-color: rgb(10,188,118); }

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

border-color css

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

 span { border-color: rgb(10,188,118); }

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