Html Css Color HEX #0AE464 Malachite

📋 copy color: '#0AE464'

red 10 ◦ green 228 ◦ blue 100

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

Shades of Malachite #0AE464

Tints of Malachite #0AE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.46%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 2.96%
G = 67.46%
B = 29.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#0AE464 (or 0x0AE464) is known color: Malachite. HEX triplet: 0A, E4 and 64. RGB value is (10,228,100). Sum of RGB (Red+Green+Blue) = 10+228+100=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE464 is #F51B9B. Grayscale: #949494. Windows color (decimal): -16063388 or 6611978. OLE color: 6611978.

HSL color Cylindrical-coordinate representation of color #0AE464: hue angle of 144.77º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE464 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 228 100 -
CMYK 0.96 0 0.56 0.11
HSL 144.77º 0.92% 0.47% -
HSV(B) 144.77º 0.96% 0.89% -
XYZ 30.17 56.47 21.37 -
YUV 148.23 100.78 29.41 -
System Red Green Blue C M Y K H S L
Decimal 10 228 100 0.96 0 0.56 0.11 144.77 0.92 0.47
Hex A E4 64 60 0 38 B 91 5C 2F
Octal 12 344 144 140 0 70 13 221 134 57
Binary 1010 11100100 1100100 1100000 0 111000 1011 10010001 1011100 101111

Color Harmonies of #0AE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE464

Black with #0AE464

Text Example


Text Example

White with #0AE464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,100); }

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

background-color css

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

 a { background-color: rgb(10,228,100); }

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

border-color css

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

 span { border-color: rgb(10,228,100); }

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