Html Css Color HEX #0FE470 Malachite

📋 copy color: '#0FE470'

red 15 ◦ green 228 ◦ blue 112

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

Shades of Malachite #0FE470

Tints of Malachite #0FE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.23%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 4.23%
G = 64.23%
B = 31.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#0FE470 (or 0x0FE470) is known color: Malachite. HEX triplet: 0F, E4 and 70. RGB value is (15,228,112). Sum of RGB (Red+Green+Blue) = 15+228+112=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE470 is #F01B8F. Grayscale: #979797. Windows color (decimal): -15735696 or 7398415. OLE color: 7398415.

HSL color Cylindrical-coordinate representation of color #0FE470: hue angle of 147.32º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE470 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 112 -
CMYK 0.93 0 0.51 0.11
HSL 147.32º 0.88% 0.48% -
HSV(B) 147.32º 0.93% 0.89% -
XYZ 30.87 56.76 24.66 -
YUV 151.09 105.93 30.93 -
System Red Green Blue C M Y K H S L
Decimal 15 228 112 0.93 0 0.51 0.11 147.32 0.88 0.48
Hex F E4 70 5D 0 33 B 93 58 30
Octal 17 344 160 135 0 63 13 223 130 60
Binary 1111 11100100 1110000 1011101 0 110011 1011 10010011 1011000 110000

Color Harmonies of #0FE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE470

Black with #0FE470

Text Example


Text Example

White with #0FE470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,228,112); }

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

background-color css

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

 a { background-color: rgb(15,228,112); }

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

border-color css

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

 span { border-color: rgb(15,228,112); }

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