Html Css Color HEX #0EFE4B Malachite

📋 copy color: '#0EFE4B'

red 14 ◦ green 254 ◦ blue 75

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

Shades of Malachite #0EFE4B

Tints of Malachite #0EFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 74.05%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 4.08%
G = 74.05%
B = 21.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#0EFE4B (or 0x0EFE4B) is known color: Malachite. HEX triplet: 0E, FE and 4B. RGB value is (14,254,75). Sum of RGB (Red+Green+Blue) = 14+254+75=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFE4B is #F101B4. Grayscale: #A2A2A2. Windows color (decimal): -15794613 or 4980238. OLE color: 4980238.

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

Color convert

RGB 14 254 75 -
CMYK 0.94 0 0.70 0.00
HSL 135.25º 0.99% 0.53% -
HSV(B) 135.25º 0.94% 1% -
XYZ 36.89 71.48 18.51 -
YUV 161.83 78.99 22.55 -
System Red Green Blue C M Y K H S L
Decimal 14 254 75 0.94 0 0.70 0.00 135.25 0.99 0.53
Hex E FE 4B 5E 0 46 0 87 63 35
Octal 16 376 113 136 0 106 0 207 143 65
Binary 1110 11111110 1001011 1011110 0 1000110 0 10000111 1100011 110101

Color Harmonies of #0EFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE4B

Black with #0EFE4B

Text Example


Text Example

White with #0EFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,75); }

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

background-color css

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

 a { background-color: rgb(14,254,75); }

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

border-color css

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

 span { border-color: rgb(14,254,75); }

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