Html Css Color HEX #0FD148 Malachite

📋 copy color: '#0FD148'

red 15 ◦ green 209 ◦ blue 72

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

Shades of Malachite #0FD148

Tints of Malachite #0FD148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.61%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 5.07%
G = 70.61%
B = 24.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#0FD148 (or 0x0FD148) is known color: Malachite. HEX triplet: 0F, D1 and 48. RGB value is (15,209,72). Sum of RGB (Red+Green+Blue) = 15+209+72=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 209 (82.03% from 255 or 70.61% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD148 is #F02EB7. Grayscale: #878787. Windows color (decimal): -15740600 or 4772111. OLE color: 4772111.

HSL color Cylindrical-coordinate representation of color #0FD148: hue angle of 137.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD148 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 209 72 -
CMYK 0.93 0 0.66 0.18
HSL 137.63º 0.87% 0.44% -
HSV(B) 137.63º 0.93% 0.82% -
XYZ 24.17 46.17 13.77 -
YUV 135.38 92.23 42.14 -
System Red Green Blue C M Y K H S L
Decimal 15 209 72 0.93 0 0.66 0.18 137.63 0.87 0.44
Hex F D1 48 5D 0 42 12 8A 57 2C
Octal 17 321 110 135 0 102 22 212 127 54
Binary 1111 11010001 1001000 1011101 0 1000010 10010 10001010 1010111 101100

Color Harmonies of #0FD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD148

Black with #0FD148

Text Example


Text Example

White with #0FD148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,209,72); }

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

background-color css

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

 a { background-color: rgb(15,209,72); }

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

border-color css

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

 span { border-color: rgb(15,209,72); }

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