Html Css Color HEX #0AE85D Malachite

📋 copy color: '#0AE85D'

red 10 ◦ green 232 ◦ blue 93

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

Shades of Malachite #0AE85D

Tints of Malachite #0AE85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 2.99%
G = 69.25%
B = 27.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#0AE85D (or 0x0AE85D) is known color: Malachite. HEX triplet: 0A, E8 and 5D. RGB value is (10,232,93). Sum of RGB (Red+Green+Blue) = 10+232+93=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 232 (91.02% from 255 or 69.25% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE85D is #F517A2. Grayscale: #969696. Windows color (decimal): -16062371 or 6154250. OLE color: 6154250.

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

Color convert

RGB 10 232 93 -
CMYK 0.96 0 0.60 0.09
HSL 142.43º 0.92% 0.47% -
HSV(B) 142.43º 0.96% 0.91% -
XYZ 30.96 58.57 20.03 -
YUV 149.78 95.95 28.3 -
System Red Green Blue C M Y K H S L
Decimal 10 232 93 0.96 0 0.60 0.09 142.43 0.92 0.47
Hex A E8 5D 60 0 3C 9 8E 5C 2F
Octal 12 350 135 140 0 74 11 216 134 57
Binary 1010 11101000 1011101 1100000 0 111100 1001 10001110 1011100 101111

Color Harmonies of #0AE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE85D

Black with #0AE85D

Text Example


Text Example

White with #0AE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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