Html Css Color HEX #0FE158 Malachite

📋 copy color: '#0FE158'

red 15 ◦ green 225 ◦ blue 88

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

Shades of Malachite #0FE158

Tints of Malachite #0FE158

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.6%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 4.57%
G = 68.6%
B = 26.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#0FE158 (or 0x0FE158) is known color: Malachite. HEX triplet: 0F, E1 and 58. RGB value is (15,225,88). Sum of RGB (Red+Green+Blue) = 15+225+88=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE158 is #F01EA7. Grayscale: #929292. Windows color (decimal): -15736488 or 5824783. OLE color: 5824783.

HSL color Cylindrical-coordinate representation of color #0FE158: hue angle of 140.86º degrees, saturation: 0.88, 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 #0FE158 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 88 -
CMYK 0.93 0 0.61 0.12
HSL 140.86º 0.88% 0.47% -
HSV(B) 140.86º 0.93% 0.88% -
XYZ 28.88 54.66 18.26 -
YUV 146.59 94.93 34.14 -
System Red Green Blue C M Y K H S L
Decimal 15 225 88 0.93 0 0.61 0.12 140.86 0.88 0.47
Hex F E1 58 5D 0 3D C 8D 58 2F
Octal 17 341 130 135 0 75 14 215 130 57
Binary 1111 11100001 1011000 1011101 0 111101 1100 10001101 1011000 101111

Color Harmonies of #0FE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE158

Black with #0FE158

Text Example


Text Example

White with #0FE158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,225,88); }

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

background-color css

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

 a { background-color: rgb(15,225,88); }

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

border-color css

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

 span { border-color: rgb(15,225,88); }

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