Html Css Color HEX #0AE649 Malachite

📋 copy color: '#0AE649'

red 10 ◦ green 230 ◦ blue 73

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

Shades of Malachite #0AE649

Tints of Malachite #0AE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 73.48%

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

R = 3.19%
G = 73.48%
B = 23.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#0AE649 (or 0x0AE649) is known color: Malachite. HEX triplet: 0A, E6 and 49. RGB value is (10,230,73). Sum of RGB (Red+Green+Blue) = 10+230+73=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 230 (90.23% from 255 or 73.48% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE649 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE649 is #F519B6. Grayscale: #929292. Windows color (decimal): -16062903 or 4843018. OLE color: 4843018.

HSL color Cylindrical-coordinate representation of color #0AE649: hue angle of 137.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE649 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 230 73 -
CMYK 0.96 0 0.68 0.10
HSL 137.18º 0.92% 0.47% -
HSV(B) 137.18º 0.96% 0.9% -
XYZ 29.62 57.14 15.77 -
YUV 146.32 86.61 30.77 -
System Red Green Blue C M Y K H S L
Decimal 10 230 73 0.96 0 0.68 0.10 137.18 0.92 0.47
Hex A E6 49 60 0 44 A 89 5C 2F
Octal 12 346 111 140 0 104 12 211 134 57
Binary 1010 11100110 1001001 1100000 0 1000100 1010 10001001 1011100 101111

Color Harmonies of #0AE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE649

Black with #0AE649

Text Example


Text Example

White with #0AE649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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