Html Css Color HEX #0EFF5C Malachite

📋 copy color: '#0EFF5C'

red 14 ◦ green 255 ◦ blue 92

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

Shades of Malachite #0EFF5C

Tints of Malachite #0EFF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 3.88%
G = 70.64%
B = 25.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#0EFF5C (or 0x0EFF5C) is known color: Malachite. HEX triplet: 0E, FF and 5C. RGB value is (14,255,92). Sum of RGB (Red+Green+Blue) = 14+255+92=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF5C is #F100A3. Grayscale: #A4A4A4. Windows color (decimal): -15794340 or 6094606. OLE color: 6094606.

HSL color Cylindrical-coordinate representation of color #0EFF5C: hue angle of 139.42º 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 #0EFF5C is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 92 -
CMYK 0.95 0 0.64 0
HSL 139.42º 1% 0.53% -
HSV(B) 139.42º 0.95% 1% -
XYZ 37.87 72.39 22.1 -
YUV 164.36 87.16 20.75 -
System Red Green Blue C M Y K H S L
Decimal 14 255 92 0.95 0 0.64 0 139.42 1 0.53
Hex E FF 5C 5F 0 40 0 8B 64 35
Octal 16 377 134 137 0 100 0 213 144 65
Binary 1110 11111111 1011100 1011111 0 1000000 0 10001011 1100100 110101

Color Harmonies of #0EFF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF5C

Black with #0EFF5C

Text Example


Text Example

White with #0EFF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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