Html Css Color HEX #0AE34F Malachite

📋 copy color: '#0AE34F'

red 10 ◦ green 227 ◦ blue 79

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

Shades of Malachite #0AE34F

Tints of Malachite #0AE34F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.84%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 3.16%
G = 71.84%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#0AE34F (or 0x0AE34F) is known color: Malachite. HEX triplet: 0A, E3 and 4F. RGB value is (10,227,79). Sum of RGB (Red+Green+Blue) = 10+227+79=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 227 (89.06% from 255 or 71.84% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE34F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE34F is #F51CB0. Grayscale: #919191. Windows color (decimal): -16063665 or 5235466. OLE color: 5235466.

HSL color Cylindrical-coordinate representation of color #0AE34F: hue angle of 139.08º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE34F is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 227 79 -
CMYK 0.96 0 0.65 0.11
HSL 139.08º 0.92% 0.46% -
HSV(B) 139.08º 0.96% 0.89% -
XYZ 29.01 55.57 16.59 -
YUV 145.25 90.61 31.53 -
System Red Green Blue C M Y K H S L
Decimal 10 227 79 0.96 0 0.65 0.11 139.08 0.92 0.46
Hex A E3 4F 60 0 41 B 8B 5C 2E
Octal 12 343 117 140 0 101 13 213 134 56
Binary 1010 11100011 1001111 1100000 0 1000001 1011 10001011 1011100 101110

Color Harmonies of #0AE34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE34F

Black with #0AE34F

Text Example


Text Example

White with #0AE34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,227,79); }

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

background-color css

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

 a { background-color: rgb(10,227,79); }

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

border-color css

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

 span { border-color: rgb(10,227,79); }

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