Html Css Color HEX #0FD665 Malachite

📋 copy color: '#0FD665'

red 15 ◦ green 214 ◦ blue 101

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

Shades of Malachite #0FD665

Tints of Malachite #0FD665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.85%

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

R = 4.55%
G = 64.85%
B = 30.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#0FD665 (or 0x0FD665) is known color: Malachite. HEX triplet: 0F, D6 and 65. RGB value is (15,214,101). Sum of RGB (Red+Green+Blue) = 15+214+101=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD665 is #F0299A. Grayscale: #8D8D8D. Windows color (decimal): -15739291 or 6673935. OLE color: 6673935.

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

Color convert

RGB 15 214 101 -
CMYK 0.93 0 0.53 0.16
HSL 145.93º 0.87% 0.45% -
HSV(B) 145.93º 0.93% 0.84% -
XYZ 26.59 49.13 20.39 -
YUV 141.62 105.07 37.69 -
System Red Green Blue C M Y K H S L
Decimal 15 214 101 0.93 0 0.53 0.16 145.93 0.87 0.45
Hex F D6 65 5D 0 35 10 92 57 2D
Octal 17 326 145 135 0 65 20 222 127 55
Binary 1111 11010110 1100101 1011101 0 110101 10000 10010010 1010111 101101

Color Harmonies of #0FD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD665

Black with #0FD665

Text Example


Text Example

White with #0FD665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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