Html Css Color HEX #0AE44A Malachite

📋 copy color: '#0AE44A'

red 10 ◦ green 228 ◦ blue 74

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

Shades of Malachite #0AE44A

Tints of Malachite #0AE44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 3.21%
G = 73.08%
B = 23.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#0AE44A (or 0x0AE44A) is known color: Malachite. HEX triplet: 0A, E4 and 4A. RGB value is (10,228,74). Sum of RGB (Red+Green+Blue) = 10+228+74=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE44A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE44A is #F51BB5. Grayscale: #919191. Windows color (decimal): -16063414 or 4908042. OLE color: 4908042.

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

Color convert

RGB 10 228 74 -
CMYK 0.96 0 0.68 0.11
HSL 137.61º 0.92% 0.47% -
HSV(B) 137.61º 0.96% 0.89% -
XYZ 29.1 56.05 15.76 -
YUV 145.26 87.78 31.52 -
System Red Green Blue C M Y K H S L
Decimal 10 228 74 0.96 0 0.68 0.11 137.61 0.92 0.47
Hex A E4 4A 60 0 44 B 8A 5C 2F
Octal 12 344 112 140 0 104 13 212 134 57
Binary 1010 11100100 1001010 1100000 0 1000100 1011 10001010 1011100 101111

Color Harmonies of #0AE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE44A

Black with #0AE44A

Text Example


Text Example

White with #0AE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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