Html Css Color HEX #0DF661 Malachite

📋 copy color: '#0DF661'

red 13 ◦ green 246 ◦ blue 97

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

Shades of Malachite #0DF661

Tints of Malachite #0DF661

RGB

 RED value IS 13 (5.47% from 255) = 3.65%

 GREEN value IS 246 (96.48% from 255) = 69.1%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 3.65%
G = 69.1%
B = 27.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#0DF661 (or 0x0DF661) is known color: Malachite. HEX triplet: 0D, F6 and 61. RGB value is (13,246,97). Sum of RGB (Red+Green+Blue) = 13+246+97=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF661 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF661 is #F2099E. Grayscale: #9F9F9F. Windows color (decimal): -15862175 or 6419981. OLE color: 6419981.

HSL color Cylindrical-coordinate representation of color #0DF661: hue angle of 141.63º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF661 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 246 97 -
CMYK 0.95 0 0.61 0.04
HSL 141.63º 0.93% 0.51% -
HSV(B) 141.63º 0.95% 0.96% -
XYZ 35.28 66.86 22.36 -
YUV 159.35 92.81 23.62 -
System Red Green Blue C M Y K H S L
Decimal 13 246 97 0.95 0 0.61 0.04 141.63 0.93 0.51
Hex D F6 61 5F 0 3D 4 8E 5D 33
Octal 15 366 141 137 0 75 4 216 135 63
Binary 1101 11110110 1100001 1011111 0 111101 100 10001110 1011101 110011

Color Harmonies of #0DF661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF661

Black with #0DF661

Text Example


Text Example

White with #0DF661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,246,97); }

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

background-color css

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

 a { background-color: rgb(13,246,97); }

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

border-color css

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

 span { border-color: rgb(13,246,97); }

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