Html Css Color HEX #0AE06B Malachite

📋 copy color: '#0AE06B'

red 10 ◦ green 224 ◦ blue 107

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

Shades of Malachite #0AE06B

Tints of Malachite #0AE06B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.69%

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 2.93%
G = 65.69%
B = 31.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#0AE06B (or 0x0AE06B) is known color: Malachite. HEX triplet: 0A, E0 and 6B. RGB value is (10,224,107). Sum of RGB (Red+Green+Blue) = 10+224+107=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE06B is #F51F94. Grayscale: #929292. Windows color (decimal): -16064405 or 7069706. OLE color: 7069706.

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

Color convert

RGB 10 224 107 -
CMYK 0.96 0 0.52 0.12
HSL 147.2º 0.91% 0.46% -
HSV(B) 147.2º 0.96% 0.88% -
XYZ 29.43 54.44 22.87 -
YUV 146.68 105.6 30.51 -
System Red Green Blue C M Y K H S L
Decimal 10 224 107 0.96 0 0.52 0.12 147.2 0.91 0.46
Hex A E0 6B 60 0 34 C 93 5B 2E
Octal 12 340 153 140 0 64 14 223 133 56
Binary 1010 11100000 1101011 1100000 0 110100 1100 10010011 1011011 101110

Color Harmonies of #0AE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE06B

Black with #0AE06B

Text Example


Text Example

White with #0AE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,224,107); }

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

background-color css

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

 a { background-color: rgb(10,224,107); }

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

border-color css

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

 span { border-color: rgb(10,224,107); }

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