Html Css Color HEX #0AEF50 Malachite

📋 copy color: '#0AEF50'

red 10 ◦ green 239 ◦ blue 80

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

Shades of Malachite #0AEF50

Tints of Malachite #0AEF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.64%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 3.04%
G = 72.64%
B = 24.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#0AEF50 (or 0x0AEF50) is known color: Malachite. HEX triplet: 0A, EF and 50. RGB value is (10,239,80). Sum of RGB (Red+Green+Blue) = 10+239+80=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 239 (93.75% from 255 or 72.64% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEF50 is #F510AF. Grayscale: #989898. Windows color (decimal): -16060592 or 5304074. OLE color: 5304074.

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

Color convert

RGB 10 239 80 -
CMYK 0.96 0 0.67 0.06
HSL 138.34º 0.92% 0.49% -
HSV(B) 138.34º 0.96% 0.94% -
XYZ 32.44 62.38 17.92 -
YUV 152.4 87.13 26.43 -
System Red Green Blue C M Y K H S L
Decimal 10 239 80 0.96 0 0.67 0.06 138.34 0.92 0.49
Hex A EF 50 60 0 43 6 8A 5C 31
Octal 12 357 120 140 0 103 6 212 134 61
Binary 1010 11101111 1010000 1100000 0 1000011 110 10001010 1011100 110001

Color Harmonies of #0AEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEF50

Black with #0AEF50

Text Example


Text Example

White with #0AEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,80); }

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

background-color css

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

 a { background-color: rgb(10,239,80); }

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

border-color css

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

 span { border-color: rgb(10,239,80); }

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