Html Css Color HEX #0AE346 Malachite

📋 copy color: '#0AE346'

red 10 ◦ green 227 ◦ blue 70

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

Shades of Malachite #0AE346

Tints of Malachite #0AE346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.94%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 3.26%
G = 73.94%
B = 22.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#0AE346 (or 0x0AE346) is known color: Malachite. HEX triplet: 0A, E3 and 46. RGB value is (10,227,70). Sum of RGB (Red+Green+Blue) = 10+227+70=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE346 is #F51CB9. Grayscale: #909090. Windows color (decimal): -16063674 or 4645642. OLE color: 4645642.

HSL color Cylindrical-coordinate representation of color #0AE346: hue angle of 136.59º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE346 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 227 70 -
CMYK 0.96 0 0.69 0.11
HSL 136.59º 0.92% 0.46% -
HSV(B) 136.59º 0.96% 0.89% -
XYZ 28.7 55.44 14.98 -
YUV 144.22 86.11 32.27 -
System Red Green Blue C M Y K H S L
Decimal 10 227 70 0.96 0 0.69 0.11 136.59 0.92 0.46
Hex A E3 46 60 0 45 B 89 5C 2E
Octal 12 343 106 140 0 105 13 211 134 56
Binary 1010 11100011 1000110 1100000 0 1000101 1011 10001001 1011100 101110

Color Harmonies of #0AE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE346

Black with #0AE346

Text Example


Text Example

White with #0AE346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,227,70); }

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

background-color css

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

 a { background-color: rgb(10,227,70); }

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

border-color css

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

 span { border-color: rgb(10,227,70); }

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