Html Css Color HEX #0AE949 Malachite

📋 copy color: '#0AE949'

red 10 ◦ green 233 ◦ blue 73

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

Shades of Malachite #0AE949

Tints of Malachite #0AE949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 3.16%
G = 73.73%
B = 23.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#0AE949 (or 0x0AE949) is known color: Malachite. HEX triplet: 0A, E9 and 49. RGB value is (10,233,73). Sum of RGB (Red+Green+Blue) = 10+233+73=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 233 (91.41% from 255 or 73.73% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE949 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE949 is #F516B6. Grayscale: #949494. Windows color (decimal): -16062135 or 4843786. OLE color: 4843786.

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

Color convert

RGB 10 233 73 -
CMYK 0.96 0 0.69 0.09
HSL 136.95º 0.92% 0.48% -
HSV(B) 136.95º 0.96% 0.91% -
XYZ 30.47 58.82 16.05 -
YUV 148.08 85.62 29.51 -
System Red Green Blue C M Y K H S L
Decimal 10 233 73 0.96 0 0.69 0.09 136.95 0.92 0.48
Hex A E9 49 60 0 45 9 89 5C 30
Octal 12 351 111 140 0 105 11 211 134 60
Binary 1010 11101001 1001001 1100000 0 1000101 1001 10001001 1011100 110000

Color Harmonies of #0AE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE949

Black with #0AE949

Text Example


Text Example

White with #0AE949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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