Html Css Color HEX #0FD965 Malachite

📋 copy color: '#0FD965'

red 15 ◦ green 217 ◦ blue 101

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

Shades of Malachite #0FD965

Tints of Malachite #0FD965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.17%

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 4.5%
G = 65.17%
B = 30.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#0FD965 (or 0x0FD965) is known color: Malachite. HEX triplet: 0F, D9 and 65. RGB value is (15,217,101). Sum of RGB (Red+Green+Blue) = 15+217+101=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD965 is #F0269A. Grayscale: #8F8F8F. Windows color (decimal): -15738523 or 6674703. OLE color: 6674703.

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

Color convert

RGB 15 217 101 -
CMYK 0.93 0 0.53 0.15
HSL 145.54º 0.87% 0.45% -
HSV(B) 145.54º 0.93% 0.85% -
XYZ 27.36 50.67 20.65 -
YUV 143.38 104.08 36.43 -
System Red Green Blue C M Y K H S L
Decimal 15 217 101 0.93 0 0.53 0.15 145.54 0.87 0.45
Hex F D9 65 5D 0 35 F 92 57 2D
Octal 17 331 145 135 0 65 17 222 127 55
Binary 1111 11011001 1100101 1011101 0 110101 1111 10010010 1010111 101101

Color Harmonies of #0FD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD965

Black with #0FD965

Text Example


Text Example

White with #0FD965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,101); }

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

background-color css

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

 a { background-color: rgb(15,217,101); }

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

border-color css

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

 span { border-color: rgb(15,217,101); }

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