Html Css Color HEX #0AE367 Malachite

📋 copy color: '#0AE367'

red 10 ◦ green 227 ◦ blue 103

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

Shades of Malachite #0AE367

Tints of Malachite #0AE367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 2.94%
G = 66.76%
B = 30.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#0AE367 (or 0x0AE367) is known color: Malachite. HEX triplet: 0A, E3 and 67. RGB value is (10,227,103). Sum of RGB (Red+Green+Blue) = 10+227+103=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE367 is #F51C98. Grayscale: #949494. Windows color (decimal): -16063641 or 6808330. OLE color: 6808330.

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

Color convert

RGB 10 227 103 -
CMYK 0.96 0 0.55 0.11
HSL 145.71º 0.92% 0.46% -
HSV(B) 145.71º 0.96% 0.89% -
XYZ 30.04 55.98 22.05 -
YUV 147.98 102.61 29.58 -
System Red Green Blue C M Y K H S L
Decimal 10 227 103 0.96 0 0.55 0.11 145.71 0.92 0.46
Hex A E3 67 60 0 37 B 92 5C 2E
Octal 12 343 147 140 0 67 13 222 134 56
Binary 1010 11100011 1100111 1100000 0 110111 1011 10010010 1011100 101110

Color Harmonies of #0AE367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE367

Black with #0AE367

Text Example


Text Example

White with #0AE367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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