Html Css Color HEX #0EFD5A Malachite

📋 copy color: '#0EFD5A'

red 14 ◦ green 253 ◦ blue 90

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

Shades of Malachite #0EFD5A

Tints of Malachite #0EFD5A

RGB

 RED value IS 14 (5.86% from 255) = 3.92%

 GREEN value IS 253 (99.22% from 255) = 70.87%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 3.92%
G = 70.87%
B = 25.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#0EFD5A (or 0x0EFD5A) is known color: Malachite. HEX triplet: 0E, FD and 5A. RGB value is (14,253,90). Sum of RGB (Red+Green+Blue) = 14+253+90=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 253 (99.22% from 255 or 70.87% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFD5A is #F102A5. Grayscale: #A3A3A3. Windows color (decimal): -15794854 or 5963022. OLE color: 5963022.

HSL color Cylindrical-coordinate representation of color #0EFD5A: hue angle of 139.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD5A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 90 -
CMYK 0.94 0 0.64 0.01
HSL 139.08º 0.98% 0.52% -
HSV(B) 139.08º 0.94% 0.99% -
XYZ 37.15 71.08 21.43 -
YUV 162.96 86.82 21.75 -
System Red Green Blue C M Y K H S L
Decimal 14 253 90 0.94 0 0.64 0.01 139.08 0.98 0.52
Hex E FD 5A 5E 0 40 1 8B 62 34
Octal 16 375 132 136 0 100 1 213 142 64
Binary 1110 11111101 1011010 1011110 0 1000000 1 10001011 1100010 110100

Color Harmonies of #0EFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD5A

Black with #0EFD5A

Text Example


Text Example

White with #0EFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,90); }

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

background-color css

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

 a { background-color: rgb(14,253,90); }

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

border-color css

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

 span { border-color: rgb(14,253,90); }

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