Html Css Color HEX #0AE465 Malachite

📋 copy color: '#0AE465'

red 10 ◦ green 228 ◦ blue 101

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

Shades of Malachite #0AE465

Tints of Malachite #0AE465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 2.95%
G = 67.26%
B = 29.79%

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

#0AE465 (or 0x0AE465) is known color: Malachite. HEX triplet: 0A, E4 and 65. RGB value is (10,228,101). Sum of RGB (Red+Green+Blue) = 10+228+101=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE465 is #F51B9A. Grayscale: #949494. Windows color (decimal): -16063387 or 6677514. OLE color: 6677514.

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

Color convert

RGB 10 228 101 -
CMYK 0.96 0 0.56 0.11
HSL 145.05º 0.92% 0.47% -
HSV(B) 145.05º 0.96% 0.89% -
XYZ 30.22 56.49 21.62 -
YUV 148.34 101.28 29.33 -
System Red Green Blue C M Y K H S L
Decimal 10 228 101 0.96 0 0.56 0.11 145.05 0.92 0.47
Hex A E4 65 60 0 38 B 91 5C 2F
Octal 12 344 145 140 0 70 13 221 134 57
Binary 1010 11100100 1100101 1100000 0 111000 1011 10010001 1011100 101111

Color Harmonies of #0AE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE465

Black with #0AE465

Text Example


Text Example

White with #0AE465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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