Html Css Color HEX #0FED42 Malachite

📋 copy color: '#0FED42'

red 15 ◦ green 237 ◦ blue 66

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

Shades of Malachite #0FED42

Tints of Malachite #0FED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.53%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 4.72%
G = 74.53%
B = 20.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#0FED42 (or 0x0FED42) is known color: Malachite. HEX triplet: 0F, ED and 42. RGB value is (15,237,66). Sum of RGB (Red+Green+Blue) = 15+237+66=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 237 (92.97% from 255 or 74.53% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FED42 is #F012BD. Grayscale: #979797. Windows color (decimal): -15733438 or 4386063. OLE color: 4386063.

HSL color Cylindrical-coordinate representation of color #0FED42: hue angle of 133.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FED42 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 237 66 -
CMYK 0.94 0 0.72 0.07
HSL 133.78º 0.88% 0.49% -
HSV(B) 133.78º 0.94% 0.93% -
XYZ 31.46 61.06 15.28 -
YUV 151.13 79.95 30.9 -
System Red Green Blue C M Y K H S L
Decimal 15 237 66 0.94 0 0.72 0.07 133.78 0.88 0.49
Hex F ED 42 5E 0 48 7 86 58 31
Octal 17 355 102 136 0 110 7 206 130 61
Binary 1111 11101101 1000010 1011110 0 1001000 111 10000110 1011000 110001

Color Harmonies of #0FED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FED42

Black with #0FED42

Text Example


Text Example

White with #0FED42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,237,66); }

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

background-color css

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

 a { background-color: rgb(15,237,66); }

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

border-color css

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

 span { border-color: rgb(15,237,66); }

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