Html Css Color HEX #0AE165 Malachite

📋 copy color: '#0AE165'

red 10 ◦ green 225 ◦ blue 101

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

Shades of Malachite #0AE165

Tints of Malachite #0AE165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 2.98%
G = 66.96%
B = 30.06%

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

#0AE165 (or 0x0AE165) is known color: Malachite. HEX triplet: 0A, E1 and 65. RGB value is (10,225,101). Sum of RGB (Red+Green+Blue) = 10+225+101=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE165 is #F51E9A. Grayscale: #929292. Windows color (decimal): -16064155 or 6676746. OLE color: 6676746.

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

Color convert

RGB 10 225 101 -
CMYK 0.96 0 0.55 0.12
HSL 145.4º 0.91% 0.46% -
HSV(B) 145.4º 0.96% 0.88% -
XYZ 29.4 54.85 21.35 -
YUV 146.58 102.27 30.58 -
System Red Green Blue C M Y K H S L
Decimal 10 225 101 0.96 0 0.55 0.12 145.4 0.91 0.46
Hex A E1 65 60 0 37 C 91 5B 2E
Octal 12 341 145 140 0 67 14 221 133 56
Binary 1010 11100001 1100101 1100000 0 110111 1100 10010001 1011011 101110

Color Harmonies of #0AE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE165

Black with #0AE165

Text Example


Text Example

White with #0AE165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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