Html Css Color HEX #0AE16F Malachite

📋 copy color: '#0AE16F'

red 10 ◦ green 225 ◦ blue 111

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

Shades of Malachite #0AE16F

Tints of Malachite #0AE16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 2.89%
G = 65.03%
B = 32.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#0AE16F (or 0x0AE16F) is known color: Malachite. HEX triplet: 0A, E1 and 6F. RGB value is (10,225,111). Sum of RGB (Red+Green+Blue) = 10+225+111=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE16F is #F51E90. Grayscale: #939393. Windows color (decimal): -16064145 or 7332106. OLE color: 7332106.

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

Color convert

RGB 10 225 111 -
CMYK 0.96 0 0.51 0.12
HSL 148.19º 0.91% 0.46% -
HSV(B) 148.19º 0.96% 0.88% -
XYZ 29.92 55.06 24.09 -
YUV 147.72 107.27 29.77 -
System Red Green Blue C M Y K H S L
Decimal 10 225 111 0.96 0 0.51 0.12 148.19 0.91 0.46
Hex A E1 6F 60 0 33 C 94 5B 2E
Octal 12 341 157 140 0 63 14 224 133 56
Binary 1010 11100001 1101111 1100000 0 110011 1100 10010100 1011011 101110

Color Harmonies of #0AE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE16F

Black with #0AE16F

Text Example


Text Example

White with #0AE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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