Html Css Color HEX #0EFF5A Malachite

📋 copy color: '#0EFF5A'

red 14 ◦ green 255 ◦ blue 90

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

Shades of Malachite #0EFF5A

Tints of Malachite #0EFF5A

RGB

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

 GREEN value IS 255 (100% from 255) = 71.03%

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

R = 3.9%
G = 71.03%
B = 25.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#0EFF5A (or 0x0EFF5A) is known color: Malachite. HEX triplet: 0E, FF and 5A. RGB value is (14,255,90). Sum of RGB (Red+Green+Blue) = 14+255+90=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF5A is #F100A5. Grayscale: #A4A4A4. Windows color (decimal): -15794342 or 5963534. OLE color: 5963534.

HSL color Cylindrical-coordinate representation of color #0EFF5A: hue angle of 138.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF5A is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 90 -
CMYK 0.95 0 0.65 0
HSL 138.92º 1% 0.53% -
HSV(B) 138.92º 0.95% 1% -
XYZ 37.79 72.35 21.65 -
YUV 164.13 86.16 20.92 -
System Red Green Blue C M Y K H S L
Decimal 14 255 90 0.95 0 0.65 0 138.92 1 0.53
Hex E FF 5A 5F 0 41 0 8B 64 35
Octal 16 377 132 137 0 101 0 213 144 65
Binary 1110 11111111 1011010 1011111 0 1000001 0 10001011 1100100 110101

Color Harmonies of #0EFF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF5A

Black with #0EFF5A

Text Example


Text Example

White with #0EFF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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