Html Css Color HEX #0FEF40 Malachite

📋 copy color: '#0FEF40'

red 15 ◦ green 239 ◦ blue 64

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

Shades of Malachite #0FEF40

Tints of Malachite #0FEF40

RGB

 RED value IS 15 (6.25% from 255) = 4.72%

 GREEN value IS 239 (93.75% from 255) = 75.16%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 4.72%
G = 75.16%
B = 20.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#0FEF40 (or 0x0FEF40) is known color: Malachite. HEX triplet: 0F, EF and 40. RGB value is (15,239,64). Sum of RGB (Red+Green+Blue) = 15+239+64=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEF40 is #F010BF. Grayscale: #989898. Windows color (decimal): -15732928 or 4255503. OLE color: 4255503.

HSL color Cylindrical-coordinate representation of color #0FEF40: hue angle of 133.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF40 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 64 -
CMYK 0.94 0 0.73 0.06
HSL 133.13º 0.88% 0.5% -
HSV(B) 133.13º 0.94% 0.94% -
XYZ 31.99 62.2 15.17 -
YUV 152.07 78.29 30.23 -
System Red Green Blue C M Y K H S L
Decimal 15 239 64 0.94 0 0.73 0.06 133.13 0.88 0.5
Hex F EF 40 5E 0 49 6 85 58 32
Octal 17 357 100 136 0 111 6 205 130 62
Binary 1111 11101111 1000000 1011110 0 1001001 110 10000101 1011000 110010

Color Harmonies of #0FEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEF40

Black with #0FEF40

Text Example


Text Example

White with #0FEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,239,64); }

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

background-color css

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

 a { background-color: rgb(15,239,64); }

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

border-color css

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

 span { border-color: rgb(15,239,64); }

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