Html Css Color HEX #0AEE64 Malachite

📋 copy color: '#0AEE64'

red 10 ◦ green 238 ◦ blue 100

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

Shades of Malachite #0AEE64

Tints of Malachite #0AEE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 68.39%

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

R = 2.87%
G = 68.39%
B = 28.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#0AEE64 (or 0x0AEE64) is known color: Malachite. HEX triplet: 0A, EE and 64. RGB value is (10,238,100). Sum of RGB (Red+Green+Blue) = 10+238+100=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 238 (93.36% from 255 or 68.39% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEE64 is #F5119B. Grayscale: #9A9A9A. Windows color (decimal): -16060828 or 6614538. OLE color: 6614538.

HSL color Cylindrical-coordinate representation of color #0AEE64: hue angle of 143.68º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE64 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 238 100 -
CMYK 0.96 0 0.58 0.07
HSL 143.68º 0.92% 0.49% -
HSV(B) 143.68º 0.96% 0.93% -
XYZ 33 62.13 22.31 -
YUV 154.1 97.46 25.22 -
System Red Green Blue C M Y K H S L
Decimal 10 238 100 0.96 0 0.58 0.07 143.68 0.92 0.49
Hex A EE 64 60 0 3A 7 90 5C 31
Octal 12 356 144 140 0 72 7 220 134 61
Binary 1010 11101110 1100100 1100000 0 111010 111 10010000 1011100 110001

Color Harmonies of #0AEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEE64

Black with #0AEE64

Text Example


Text Example

White with #0AEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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