Html Css Color HEX #0ACE77 Mountain Meadow

📋 copy color: '#0ACE77'

red 10 ◦ green 206 ◦ blue 119

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

Shades of Mountain Meadow #0ACE77

Tints of Mountain Meadow #0ACE77

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.49%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 2.99%
G = 61.49%
B = 35.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#0ACE77 (or 0x0ACE77) is known color: Mountain Meadow. HEX triplet: 0A, CE and 77. RGB value is (10,206,119). Sum of RGB (Red+Green+Blue) = 10+206+119=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE77 is #F53188. Grayscale: #898989. Windows color (decimal): -16069001 or 7851530. OLE color: 7851530.

HSL color Cylindrical-coordinate representation of color #0ACE77: hue angle of 153.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE77 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 206 119 -
CMYK 0.95 0 0.42 0.19
HSL 153.37º 0.91% 0.42% -
HSV(B) 153.37º 0.95% 0.81% -
XYZ 25.53 45.54 24.9 -
YUV 137.48 117.57 37.07 -
System Red Green Blue C M Y K H S L
Decimal 10 206 119 0.95 0 0.42 0.19 153.37 0.91 0.42
Hex A CE 77 5F 0 2A 13 99 5B 2A
Octal 12 316 167 137 0 52 23 231 133 52
Binary 1010 11001110 1110111 1011111 0 101010 10011 10011001 1011011 101010

Color Harmonies of #0ACE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE77

Black with #0ACE77

Text Example


Text Example

White with #0ACE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,206,119); }

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

background-color css

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

 a { background-color: rgb(10,206,119); }

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

border-color css

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

 span { border-color: rgb(10,206,119); }

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