Html Css Color HEX #0AE270 Malachite

📋 copy color: '#0AE270'

red 10 ◦ green 226 ◦ blue 112

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

Shades of Malachite #0AE270

Tints of Malachite #0AE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 64.94%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 2.87%
G = 64.94%
B = 32.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#0AE270 (or 0x0AE270) is known color: Malachite. HEX triplet: 0A, E2 and 70. RGB value is (10,226,112). Sum of RGB (Red+Green+Blue) = 10+226+112=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 226 (88.67% from 255 or 64.94% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE270 is #F51D8F. Grayscale: #949494. Windows color (decimal): -16063888 or 7397898. OLE color: 7397898.

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

Color convert

RGB 10 226 112 -
CMYK 0.96 0 0.50 0.11
HSL 148.33º 0.92% 0.46% -
HSV(B) 148.33º 0.96% 0.89% -
XYZ 30.25 55.63 24.47 -
YUV 148.42 107.44 29.27 -
System Red Green Blue C M Y K H S L
Decimal 10 226 112 0.96 0 0.50 0.11 148.33 0.92 0.46
Hex A E2 70 60 0 32 B 94 5C 2E
Octal 12 342 160 140 0 62 13 224 134 56
Binary 1010 11100010 1110000 1100000 0 110010 1011 10010100 1011100 101110

Color Harmonies of #0AE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE270

Black with #0AE270

Text Example


Text Example

White with #0AE270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,226,112); }

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

background-color css

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

 a { background-color: rgb(10,226,112); }

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

border-color css

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

 span { border-color: rgb(10,226,112); }

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