Html Css Color HEX #0AE266 Malachite

📋 copy color: '#0AE266'

red 10 ◦ green 226 ◦ blue 102

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

Shades of Malachite #0AE266

Tints of Malachite #0AE266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 2.96%
G = 66.86%
B = 30.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#0AE266 (or 0x0AE266) is known color: Malachite. HEX triplet: 0A, E2 and 66. RGB value is (10,226,102). Sum of RGB (Red+Green+Blue) = 10+226+102=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE266 is #F51D99. Grayscale: #939393. Windows color (decimal): -16063898 or 6742538. OLE color: 6742538.

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

Color convert

RGB 10 226 102 -
CMYK 0.96 0 0.55 0.11
HSL 145.56º 0.92% 0.46% -
HSV(B) 145.56º 0.96% 0.89% -
XYZ 29.72 55.42 21.7 -
YUV 147.28 102.44 30.08 -
System Red Green Blue C M Y K H S L
Decimal 10 226 102 0.96 0 0.55 0.11 145.56 0.92 0.46
Hex A E2 66 60 0 37 B 92 5C 2E
Octal 12 342 146 140 0 67 13 222 134 56
Binary 1010 11100010 1100110 1100000 0 110111 1011 10010010 1011100 101110

Color Harmonies of #0AE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE266

Black with #0AE266

Text Example


Text Example

White with #0AE266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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