Html Css Color HEX #0FDB6E Malachite

📋 copy color: '#0FDB6E'

red 15 ◦ green 219 ◦ blue 110

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

Shades of Malachite #0FDB6E

Tints of Malachite #0FDB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 4.36%
G = 63.66%
B = 31.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#0FDB6E (or 0x0FDB6E) is known color: Malachite. HEX triplet: 0F, DB and 6E. RGB value is (15,219,110). Sum of RGB (Red+Green+Blue) = 15+219+110=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDB6E is #F02491. Grayscale: #919191. Windows color (decimal): -15738002 or 7265039. OLE color: 7265039.

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

Color convert

RGB 15 219 110 -
CMYK 0.93 0 0.50 0.14
HSL 147.94º 0.87% 0.46% -
HSV(B) 147.94º 0.93% 0.86% -
XYZ 28.34 51.89 23.27 -
YUV 145.58 107.91 34.86 -
System Red Green Blue C M Y K H S L
Decimal 15 219 110 0.93 0 0.50 0.14 147.94 0.87 0.46
Hex F DB 6E 5D 0 32 E 94 57 2E
Octal 17 333 156 135 0 62 16 224 127 56
Binary 1111 11011011 1101110 1011101 0 110010 1110 10010100 1010111 101110

Color Harmonies of #0FDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDB6E

Black with #0FDB6E

Text Example


Text Example

White with #0FDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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