Html Css Color HEX #0EE64A Malachite

📋 copy color: '#0EE64A'

red 14 ◦ green 230 ◦ blue 74

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

Shades of Malachite #0EE64A

Tints of Malachite #0EE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 72.33%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 4.4%
G = 72.33%
B = 23.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#0EE64A (or 0x0EE64A) is known color: Malachite. HEX triplet: 0E, E6 and 4A. RGB value is (14,230,74). Sum of RGB (Red+Green+Blue) = 14+230+74=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 230 (90.23% from 255 or 72.33% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE64A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE64A is #F119B5. Grayscale: #949494. Windows color (decimal): -15800758 or 4908558. OLE color: 4908558.

HSL color Cylindrical-coordinate representation of color #0EE64A: hue angle of 136.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE64A is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 230 74 -
CMYK 0.94 0 0.68 0.10
HSL 136.67º 0.89% 0.48% -
HSV(B) 136.67º 0.94% 0.9% -
XYZ 29.71 57.18 15.95 -
YUV 147.63 86.44 32.68 -
System Red Green Blue C M Y K H S L
Decimal 14 230 74 0.94 0 0.68 0.10 136.67 0.89 0.48
Hex E E6 4A 5E 0 44 A 89 59 30
Octal 16 346 112 136 0 104 12 211 131 60
Binary 1110 11100110 1001010 1011110 0 1000100 1010 10001001 1011001 110000

Color Harmonies of #0EE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE64A

Black with #0EE64A

Text Example


Text Example

White with #0EE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,230,74); }

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

background-color css

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

 a { background-color: rgb(14,230,74); }

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

border-color css

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

 span { border-color: rgb(14,230,74); }

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