Html Css Color HEX #0FD85A Malachite

📋 copy color: '#0FD85A'

red 15 ◦ green 216 ◦ blue 90

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

Shades of Malachite #0FD85A

Tints of Malachite #0FD85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 4.67%
G = 67.29%
B = 28.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#0FD85A (or 0x0FD85A) is known color: Malachite. HEX triplet: 0F, D8 and 5A. RGB value is (15,216,90). Sum of RGB (Red+Green+Blue) = 15+216+90=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD85A is #F027A5. Grayscale: #8D8D8D. Windows color (decimal): -15738790 or 5953551. OLE color: 5953551.

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

Color convert

RGB 15 216 90 -
CMYK 0.93 0 0.58 0.15
HSL 142.39º 0.87% 0.45% -
HSV(B) 142.39º 0.93% 0.85% -
XYZ 26.6 49.95 17.91 -
YUV 141.54 98.91 37.75 -
System Red Green Blue C M Y K H S L
Decimal 15 216 90 0.93 0 0.58 0.15 142.39 0.87 0.45
Hex F D8 5A 5D 0 3A F 8E 57 2D
Octal 17 330 132 135 0 72 17 216 127 55
Binary 1111 11011000 1011010 1011101 0 111010 1111 10001110 1010111 101101

Color Harmonies of #0FD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD85A

Black with #0FD85A

Text Example


Text Example

White with #0FD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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