Html Css Color HEX #0AE36C Malachite

📋 copy color: '#0AE36C'

red 10 ◦ green 227 ◦ blue 108

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

Shades of Malachite #0AE36C

Tints of Malachite #0AE36C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.8%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 2.9%
G = 65.8%
B = 31.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#0AE36C (or 0x0AE36C) is known color: Malachite. HEX triplet: 0A, E3 and 6C. RGB value is (10,227,108). Sum of RGB (Red+Green+Blue) = 10+227+108=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE36C is #F51C93. Grayscale: #949494. Windows color (decimal): -16063636 or 7136010. OLE color: 7136010.

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

Color convert

RGB 10 227 108 -
CMYK 0.96 0 0.52 0.11
HSL 147.1º 0.92% 0.46% -
HSV(B) 147.1º 0.96% 0.89% -
XYZ 30.3 56.09 23.42 -
YUV 148.55 105.11 29.18 -
System Red Green Blue C M Y K H S L
Decimal 10 227 108 0.96 0 0.52 0.11 147.1 0.92 0.46
Hex A E3 6C 60 0 34 B 93 5C 2E
Octal 12 343 154 140 0 64 13 223 134 56
Binary 1010 11100011 1101100 1100000 0 110100 1011 10010011 1011100 101110

Color Harmonies of #0AE36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE36C

Black with #0AE36C

Text Example


Text Example

White with #0AE36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,227,108); }

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

background-color css

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

 a { background-color: rgb(10,227,108); }

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

border-color css

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

 span { border-color: rgb(10,227,108); }

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