Html Css Color HEX #0FD05E Malachite

📋 copy color: '#0FD05E'

red 15 ◦ green 208 ◦ blue 94

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

Shades of Malachite #0FD05E

Tints of Malachite #0FD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.62%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 4.73%
G = 65.62%
B = 29.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#0FD05E (or 0x0FD05E) is known color: Malachite. HEX triplet: 0F, D0 and 5E. RGB value is (15,208,94). Sum of RGB (Red+Green+Blue) = 15+208+94=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD05E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD05E is #F02FA1. Grayscale: #898989. Windows color (decimal): -15740834 or 6213647. OLE color: 6213647.

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

Color convert

RGB 15 208 94 -
CMYK 0.93 0 0.55 0.18
HSL 144.56º 0.87% 0.44% -
HSV(B) 144.56º 0.93% 0.82% -
XYZ 24.77 46.02 18.17 -
YUV 137.3 103.56 40.77 -
System Red Green Blue C M Y K H S L
Decimal 15 208 94 0.93 0 0.55 0.18 144.56 0.87 0.44
Hex F D0 5E 5D 0 37 12 91 57 2C
Octal 17 320 136 135 0 67 22 221 127 54
Binary 1111 11010000 1011110 1011101 0 110111 10010 10010001 1010111 101100

Color Harmonies of #0FD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD05E

Black with #0FD05E

Text Example


Text Example

White with #0FD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,94); }

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

background-color css

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

 a { background-color: rgb(15,208,94); }

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

border-color css

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

 span { border-color: rgb(15,208,94); }

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