Html Css Color HEX #0AE166 Malachite

📋 copy color: '#0AE166'

red 10 ◦ green 225 ◦ blue 102

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

Shades of Malachite #0AE166

Tints of Malachite #0AE166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.77%

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

R = 2.97%
G = 66.77%
B = 30.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#0AE166 (or 0x0AE166) is known color: Malachite. HEX triplet: 0A, E1 and 66. RGB value is (10,225,102). Sum of RGB (Red+Green+Blue) = 10+225+102=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE166 is #F51E99. Grayscale: #929292. Windows color (decimal): -16064154 or 6742282. OLE color: 6742282.

HSL color Cylindrical-coordinate representation of color #0AE166: hue angle of 145.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE166 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 102 -
CMYK 0.96 0 0.55 0.12
HSL 145.67º 0.91% 0.46% -
HSV(B) 145.67º 0.96% 0.88% -
XYZ 29.45 54.87 21.61 -
YUV 146.69 102.77 30.5 -
System Red Green Blue C M Y K H S L
Decimal 10 225 102 0.96 0 0.55 0.12 145.67 0.91 0.46
Hex A E1 66 60 0 37 C 92 5B 2E
Octal 12 341 146 140 0 67 14 222 133 56
Binary 1010 11100001 1100110 1100000 0 110111 1100 10010010 1011011 101110

Color Harmonies of #0AE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE166

Black with #0AE166

Text Example


Text Example

White with #0AE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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