Html Css Color HEX #0FD75D Malachite

📋 copy color: '#0FD75D'

red 15 ◦ green 215 ◦ blue 93

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

Shades of Malachite #0FD75D

Tints of Malachite #0FD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.56%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 4.64%
G = 66.56%
B = 28.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#0FD75D (or 0x0FD75D) is known color: Malachite. HEX triplet: 0F, D7 and 5D. RGB value is (15,215,93). Sum of RGB (Red+Green+Blue) = 15+215+93=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD75D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD75D is #F028A2. Grayscale: #8D8D8D. Windows color (decimal): -15739043 or 6149903. OLE color: 6149903.

HSL color Cylindrical-coordinate representation of color #0FD75D: hue angle of 143.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD75D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 215 93 -
CMYK 0.93 0 0.57 0.16
HSL 143.4º 0.87% 0.45% -
HSV(B) 143.4º 0.93% 0.84% -
XYZ 26.47 49.49 18.51 -
YUV 141.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 15 215 93 0.93 0 0.57 0.16 143.4 0.87 0.45
Hex F D7 5D 5D 0 39 10 8F 57 2D
Octal 17 327 135 135 0 71 20 217 127 55
Binary 1111 11010111 1011101 1011101 0 111001 10000 10001111 1010111 101101

Color Harmonies of #0FD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD75D

Black with #0FD75D

Text Example


Text Example

White with #0FD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,215,93); }

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

background-color css

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

 a { background-color: rgb(15,215,93); }

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

border-color css

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

 span { border-color: rgb(15,215,93); }

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