Html Css Color HEX #0AE74D Malachite

📋 copy color: '#0AE74D'

red 10 ◦ green 231 ◦ blue 77

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

Shades of Malachite #0AE74D

Tints of Malachite #0AE74D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 72.64%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 3.14%
G = 72.64%
B = 24.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#0AE74D (or 0x0AE74D) is known color: Malachite. HEX triplet: 0A, E7 and 4D. RGB value is (10,231,77). Sum of RGB (Red+Green+Blue) = 10+231+77=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 231 (90.62% from 255 or 72.64% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE74D is #F518B2. Grayscale: #939393. Windows color (decimal): -16062643 or 5105418. OLE color: 5105418.

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

Color convert

RGB 10 231 77 -
CMYK 0.96 0 0.67 0.09
HSL 138.19º 0.92% 0.47% -
HSV(B) 138.19º 0.96% 0.91% -
XYZ 30.04 57.75 16.59 -
YUV 147.37 88.28 30.02 -
System Red Green Blue C M Y K H S L
Decimal 10 231 77 0.96 0 0.67 0.09 138.19 0.92 0.47
Hex A E7 4D 60 0 43 9 8A 5C 2F
Octal 12 347 115 140 0 103 11 212 134 57
Binary 1010 11100111 1001101 1100000 0 1000011 1001 10001010 1011100 101111

Color Harmonies of #0AE74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE74D

Black with #0AE74D

Text Example


Text Example

White with #0AE74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,231,77); }

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

background-color css

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

 a { background-color: rgb(10,231,77); }

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

border-color css

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

 span { border-color: rgb(10,231,77); }

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