Html Css Color HEX #0ACE79 Mountain Meadow

📋 copy color: '#0ACE79'

red 10 ◦ green 206 ◦ blue 121

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

Shades of Mountain Meadow #0ACE79

Tints of Mountain Meadow #0ACE79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 2.97%
G = 61.13%
B = 35.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#0ACE79 (or 0x0ACE79) is known color: Mountain Meadow. HEX triplet: 0A, CE and 79. RGB value is (10,206,121). Sum of RGB (Red+Green+Blue) = 10+206+121=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE79 is #F53186. Grayscale: #898989. Windows color (decimal): -16068999 or 7982602. OLE color: 7982602.

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

Color convert

RGB 10 206 121 -
CMYK 0.95 0 0.41 0.19
HSL 153.98º 0.91% 0.42% -
HSV(B) 153.98º 0.95% 0.81% -
XYZ 25.65 45.59 25.54 -
YUV 137.71 118.57 36.91 -
System Red Green Blue C M Y K H S L
Decimal 10 206 121 0.95 0 0.41 0.19 153.98 0.91 0.42
Hex A CE 79 5F 0 29 13 9A 5B 2A
Octal 12 316 171 137 0 51 23 232 133 52
Binary 1010 11001110 1111001 1011111 0 101001 10011 10011010 1011011 101010

Color Harmonies of #0ACE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE79

Black with #0ACE79

Text Example


Text Example

White with #0ACE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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