Html Css Color HEX #0AE26E Malachite

📋 copy color: '#0AE26E'

red 10 ◦ green 226 ◦ blue 110

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

Shades of Malachite #0AE26E

Tints of Malachite #0AE26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 2.89%
G = 65.32%
B = 31.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#0AE26E (or 0x0AE26E) is known color: Malachite. HEX triplet: 0A, E2 and 6E. RGB value is (10,226,110). Sum of RGB (Red+Green+Blue) = 10+226+110=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE26E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE26E is #F51D91. Grayscale: #949494. Windows color (decimal): -16063890 or 7266826. OLE color: 7266826.

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

Color convert

RGB 10 226 110 -
CMYK 0.96 0 0.51 0.11
HSL 147.78º 0.92% 0.46% -
HSV(B) 147.78º 0.96% 0.89% -
XYZ 30.14 55.58 23.89 -
YUV 148.19 106.44 29.43 -
System Red Green Blue C M Y K H S L
Decimal 10 226 110 0.96 0 0.51 0.11 147.78 0.92 0.46
Hex A E2 6E 60 0 33 B 94 5C 2E
Octal 12 342 156 140 0 63 13 224 134 56
Binary 1010 11100010 1101110 1100000 0 110011 1011 10010100 1011100 101110

Color Harmonies of #0AE26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE26E

Black with #0AE26E

Text Example


Text Example

White with #0AE26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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