Html Css Color HEX #0FDB3F Malachite

📋 copy color: '#0FDB3F'

red 15 ◦ green 219 ◦ blue 63

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

Shades of Malachite #0FDB3F

Tints of Malachite #0FDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 5.05%
G = 73.74%
B = 21.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#0FDB3F (or 0x0FDB3F) is known color: Malachite. HEX triplet: 0F, DB and 3F. RGB value is (15,219,63). Sum of RGB (Red+Green+Blue) = 15+219+63=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB3F is #F024C0. Grayscale: #8C8C8C. Windows color (decimal): -15738049 or 4184847. OLE color: 4184847.

HSL color Cylindrical-coordinate representation of color #0FDB3F: hue angle of 134.12º 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 #0FDB3F is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 219 63 -
CMYK 0.93 0 0.71 0.14
HSL 134.12º 0.87% 0.46% -
HSV(B) 134.12º 0.93% 0.86% -
XYZ 26.43 51.12 13.18 -
YUV 140.22 84.41 38.68 -
System Red Green Blue C M Y K H S L
Decimal 15 219 63 0.93 0 0.71 0.14 134.12 0.87 0.46
Hex F DB 3F 5D 0 47 E 86 57 2E
Octal 17 333 77 135 0 107 16 206 127 56
Binary 1111 11011011 111111 1011101 0 1000111 1110 10000110 1010111 101110

Color Harmonies of #0FDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDB3F

Black with #0FDB3F

Text Example


Text Example

White with #0FDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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