Html Css Color HEX #0AE962 Malachite

📋 copy color: '#0AE962'

red 10 ◦ green 233 ◦ blue 98

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

Shades of Malachite #0AE962

Tints of Malachite #0AE962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 68.33%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 2.93%
G = 68.33%
B = 28.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#0AE962 (or 0x0AE962) is known color: Malachite. HEX triplet: 0A, E9 and 62. RGB value is (10,233,98). Sum of RGB (Red+Green+Blue) = 10+233+98=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE962 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE962 is #F5169D. Grayscale: #979797. Windows color (decimal): -16062110 or 6482186. OLE color: 6482186.

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

Color convert

RGB 10 233 98 -
CMYK 0.96 0 0.58 0.09
HSL 143.68º 0.92% 0.48% -
HSV(B) 143.68º 0.96% 0.91% -
XYZ 31.47 59.22 21.33 -
YUV 150.93 98.12 27.48 -
System Red Green Blue C M Y K H S L
Decimal 10 233 98 0.96 0 0.58 0.09 143.68 0.92 0.48
Hex A E9 62 60 0 3A 9 90 5C 30
Octal 12 351 142 140 0 72 11 220 134 60
Binary 1010 11101001 1100010 1100000 0 111010 1001 10010000 1011100 110000

Color Harmonies of #0AE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE962

Black with #0AE962

Text Example


Text Example

White with #0AE962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,233,98); }

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

background-color css

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

 a { background-color: rgb(10,233,98); }

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

border-color css

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

 span { border-color: rgb(10,233,98); }

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