Html Css Color HEX #0ACE6E Malachite

📋 copy color: '#0ACE6E'

red 10 ◦ green 206 ◦ blue 110

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

Shades of Malachite #0ACE6E

Tints of Malachite #0ACE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 3.07%
G = 63.19%
B = 33.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#0ACE6E (or 0x0ACE6E) is known color: Malachite. HEX triplet: 0A, CE and 6E. RGB value is (10,206,110). Sum of RGB (Red+Green+Blue) = 10+206+110=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE6E is #F53191. Grayscale: #888888. Windows color (decimal): -16069010 or 7261706. OLE color: 7261706.

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

Color convert

RGB 10 206 110 -
CMYK 0.95 0 0.47 0.19
HSL 150.61º 0.91% 0.42% -
HSV(B) 150.61º 0.95% 0.81% -
XYZ 25.01 45.33 22.18 -
YUV 136.45 113.07 37.81 -
System Red Green Blue C M Y K H S L
Decimal 10 206 110 0.95 0 0.47 0.19 150.61 0.91 0.42
Hex A CE 6E 5F 0 2F 13 97 5B 2A
Octal 12 316 156 137 0 57 23 227 133 52
Binary 1010 11001110 1101110 1011111 0 101111 10011 10010111 1011011 101010

Color Harmonies of #0ACE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE6E

Black with #0ACE6E

Text Example


Text Example

White with #0ACE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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