Html Css Color HEX #0AE260 Malachite

📋 copy color: '#0AE260'

red 10 ◦ green 226 ◦ blue 96

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

Shades of Malachite #0AE260

Tints of Malachite #0AE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 68.07%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 3.01%
G = 68.07%
B = 28.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#0AE260 (or 0x0AE260) is known color: Malachite. HEX triplet: 0A, E2 and 60. RGB value is (10,226,96). Sum of RGB (Red+Green+Blue) = 10+226+96=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 226 (88.67% from 255 or 68.07% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE260 is #F51D9F. Grayscale: #929292. Windows color (decimal): -16063904 or 6349322. OLE color: 6349322.

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

Color convert

RGB 10 226 96 -
CMYK 0.96 0 0.58 0.11
HSL 143.89º 0.92% 0.46% -
HSV(B) 143.89º 0.96% 0.89% -
XYZ 29.43 55.3 20.19 -
YUV 146.6 99.44 30.57 -
System Red Green Blue C M Y K H S L
Decimal 10 226 96 0.96 0 0.58 0.11 143.89 0.92 0.46
Hex A E2 60 60 0 3A B 90 5C 2E
Octal 12 342 140 140 0 72 13 220 134 56
Binary 1010 11100010 1100000 1100000 0 111010 1011 10010000 1011100 101110

Color Harmonies of #0AE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE260

Black with #0AE260

Text Example


Text Example

White with #0AE260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,226,96); }

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

background-color css

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

 a { background-color: rgb(10,226,96); }

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

border-color css

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

 span { border-color: rgb(10,226,96); }

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