Html Css Color HEX #0AE84D Malachite

📋 copy color: '#0AE84D'

red 10 ◦ green 232 ◦ blue 77

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

Shades of Malachite #0AE84D

Tints of Malachite #0AE84D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.73%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 3.13%
G = 72.73%
B = 24.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#0AE84D (or 0x0AE84D) is known color: Malachite. HEX triplet: 0A, E8 and 4D. RGB value is (10,232,77). Sum of RGB (Red+Green+Blue) = 10+232+77=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 232 (91.02% from 255 or 72.73% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE84D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE84D is #F517B2. Grayscale: #949494. Windows color (decimal): -16062387 or 5105674. OLE color: 5105674.

HSL color Cylindrical-coordinate representation of color #0AE84D: hue angle of 138.11º 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 #0AE84D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 10 232 77 -
CMYK 0.96 0 0.67 0.09
HSL 138.11º 0.92% 0.47% -
HSV(B) 138.11º 0.96% 0.91% -
XYZ 30.32 58.31 16.68 -
YUV 147.95 87.95 29.6 -
System Red Green Blue C M Y K H S L
Decimal 10 232 77 0.96 0 0.67 0.09 138.11 0.92 0.47
Hex A E8 4D 60 0 43 9 8A 5C 2F
Octal 12 350 115 140 0 103 11 212 134 57
Binary 1010 11101000 1001101 1100000 0 1000011 1001 10001010 1011100 101111

Color Harmonies of #0AE84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE84D

Black with #0AE84D

Text Example


Text Example

White with #0AE84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,232,77); }

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

background-color css

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

 a { background-color: rgb(10,232,77); }

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

border-color css

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

 span { border-color: rgb(10,232,77); }

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