Html Css Color HEX #0FE060 Malachite

📋 copy color: '#0FE060'

red 15 ◦ green 224 ◦ blue 96

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

Shades of Malachite #0FE060

Tints of Malachite #0FE060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.87%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 4.48%
G = 66.87%
B = 28.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#0FE060 (or 0x0FE060) is known color: Malachite. HEX triplet: 0F, E0 and 60. RGB value is (15,224,96). Sum of RGB (Red+Green+Blue) = 15+224+96=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE060 is #F01F9F. Grayscale: #939393. Windows color (decimal): -15736736 or 6348815. OLE color: 6348815.

HSL color Cylindrical-coordinate representation of color #0FE060: hue angle of 143.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE060 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 96 -
CMYK 0.93 0 0.57 0.12
HSL 143.25º 0.87% 0.47% -
HSV(B) 143.25º 0.93% 0.88% -
XYZ 28.96 54.26 20.01 -
YUV 146.92 99.26 33.91 -
System Red Green Blue C M Y K H S L
Decimal 15 224 96 0.93 0 0.57 0.12 143.25 0.87 0.47
Hex F E0 60 5D 0 39 C 8F 57 2F
Octal 17 340 140 135 0 71 14 217 127 57
Binary 1111 11100000 1100000 1011101 0 111001 1100 10001111 1010111 101111

Color Harmonies of #0FE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE060

Black with #0FE060

Text Example


Text Example

White with #0FE060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,96); }

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

background-color css

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

 a { background-color: rgb(15,224,96); }

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

border-color css

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

 span { border-color: rgb(15,224,96); }

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