Html Css Color HEX #0AE76C Malachite

📋 copy color: '#0AE76C'

red 10 ◦ green 231 ◦ blue 108

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

Shades of Malachite #0AE76C

Tints of Malachite #0AE76C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.19%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 2.87%
G = 66.19%
B = 30.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#0AE76C (or 0x0AE76C) is known color: Malachite. HEX triplet: 0A, E7 and 6C. RGB value is (10,231,108). Sum of RGB (Red+Green+Blue) = 10+231+108=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE76C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE76C is #F51893. Grayscale: #979797. Windows color (decimal): -16062612 or 7137034. OLE color: 7137034.

HSL color Cylindrical-coordinate representation of color #0AE76C: hue angle of 146.61º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE76C is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 10 231 108 -
CMYK 0.96 0 0.53 0.09
HSL 146.61º 0.92% 0.47% -
HSV(B) 146.61º 0.96% 0.91% -
XYZ 31.41 58.3 23.78 -
YUV 150.9 103.78 27.5 -
System Red Green Blue C M Y K H S L
Decimal 10 231 108 0.96 0 0.53 0.09 146.61 0.92 0.47
Hex A E7 6C 60 0 35 9 93 5C 2F
Octal 12 347 154 140 0 65 11 223 134 57
Binary 1010 11100111 1101100 1100000 0 110101 1001 10010011 1011100 101111

Color Harmonies of #0AE76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE76C

Black with #0AE76C

Text Example


Text Example

White with #0AE76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,231,108); }

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

background-color css

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

 a { background-color: rgb(10,231,108); }

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

border-color css

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

 span { border-color: rgb(10,231,108); }

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