Html Css Color HEX #0FDB46 Malachite

📋 copy color: '#0FDB46'

red 15 ◦ green 219 ◦ blue 70

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

Shades of Malachite #0FDB46

Tints of Malachite #0FDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 72.04%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 4.93%
G = 72.04%
B = 23.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#0FDB46 (or 0x0FDB46) is known color: Malachite. HEX triplet: 0F, DB and 46. RGB value is (15,219,70). Sum of RGB (Red+Green+Blue) = 15+219+70=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB46 is #F024B9. Grayscale: #8D8D8D. Windows color (decimal): -15738042 or 4643599. OLE color: 4643599.

HSL color Cylindrical-coordinate representation of color #0FDB46: hue angle of 136.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB46 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 219 70 -
CMYK 0.93 0 0.68 0.14
HSL 136.18º 0.87% 0.46% -
HSV(B) 136.18º 0.93% 0.86% -
XYZ 26.63 51.21 14.27 -
YUV 141.02 87.91 38.12 -
System Red Green Blue C M Y K H S L
Decimal 15 219 70 0.93 0 0.68 0.14 136.18 0.87 0.46
Hex F DB 46 5D 0 44 E 88 57 2E
Octal 17 333 106 135 0 104 16 210 127 56
Binary 1111 11011011 1000110 1011101 0 1000100 1110 10001000 1010111 101110

Color Harmonies of #0FDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDB46

Black with #0FDB46

Text Example


Text Example

White with #0FDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,219,70); }

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

background-color css

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

 a { background-color: rgb(15,219,70); }

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

border-color css

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

 span { border-color: rgb(15,219,70); }

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