Html Css Color HEX #0AED4C Malachite

📋 copy color: '#0AED4C'

red 10 ◦ green 237 ◦ blue 76

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

Shades of Malachite #0AED4C

Tints of Malachite #0AED4C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 73.37%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 3.1%
G = 73.37%
B = 23.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#0AED4C (or 0x0AED4C) is known color: Malachite. HEX triplet: 0A, ED and 4C. RGB value is (10,237,76). Sum of RGB (Red+Green+Blue) = 10+237+76=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 237 (92.97% from 255 or 73.37% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 237 - color contains mainly: green. Hex color #0AED4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AED4C is #F512B3. Grayscale: #979797. Windows color (decimal): -16061108 or 5041418. OLE color: 5041418.

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

Color convert

RGB 10 237 76 -
CMYK 0.96 0 0.68 0.07
HSL 137.44º 0.92% 0.48% -
HSV(B) 137.44º 0.96% 0.93% -
XYZ 31.71 61.15 16.97 -
YUV 150.77 85.79 27.59 -
System Red Green Blue C M Y K H S L
Decimal 10 237 76 0.96 0 0.68 0.07 137.44 0.92 0.48
Hex A ED 4C 60 0 44 7 89 5C 30
Octal 12 355 114 140 0 104 7 211 134 60
Binary 1010 11101101 1001100 1100000 0 1000100 111 10001001 1011100 110000

Color Harmonies of #0AED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AED4C

Black with #0AED4C

Text Example


Text Example

White with #0AED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,237,76); }

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

background-color css

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

 a { background-color: rgb(10,237,76); }

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

border-color css

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

 span { border-color: rgb(10,237,76); }

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