Html Css Color HEX #0FD84D Malachite

📋 copy color: '#0FD84D'

red 15 ◦ green 216 ◦ blue 77

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

Shades of Malachite #0FD84D

Tints of Malachite #0FD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.13%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 4.87%
G = 70.13%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#0FD84D (or 0x0FD84D) is known color: Malachite. HEX triplet: 0F, D8 and 4D. RGB value is (15,216,77). Sum of RGB (Red+Green+Blue) = 15+216+77=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD84D is #F027B2. Grayscale: #8C8C8C. Windows color (decimal): -15738803 or 5101583. OLE color: 5101583.

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

Color convert

RGB 15 216 77 -
CMYK 0.93 0 0.64 0.15
HSL 138.51º 0.87% 0.45% -
HSV(B) 138.51º 0.93% 0.85% -
XYZ 26.09 49.75 15.25 -
YUV 140.06 92.41 38.8 -
System Red Green Blue C M Y K H S L
Decimal 15 216 77 0.93 0 0.64 0.15 138.51 0.87 0.45
Hex F D8 4D 5D 0 40 F 8B 57 2D
Octal 17 330 115 135 0 100 17 213 127 55
Binary 1111 11011000 1001101 1011101 0 1000000 1111 10001011 1010111 101101

Color Harmonies of #0FD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD84D

Black with #0FD84D

Text Example


Text Example

White with #0FD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,216,77); }

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

background-color css

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

 a { background-color: rgb(15,216,77); }

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

border-color css

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

 span { border-color: rgb(15,216,77); }

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