Html Css Color HEX #0FDD56 Malachite

📋 copy color: '#0FDD56'

red 15 ◦ green 221 ◦ blue 86

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

Shades of Malachite #0FDD56

Tints of Malachite #0FDD56

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.63%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 4.66%
G = 68.63%
B = 26.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#0FDD56 (or 0x0FDD56) is known color: Malachite. HEX triplet: 0F, DD and 56. RGB value is (15,221,86). Sum of RGB (Red+Green+Blue) = 15+221+86=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD56 is #F022A9. Grayscale: #909090. Windows color (decimal): -15737514 or 5692687. OLE color: 5692687.

HSL color Cylindrical-coordinate representation of color #0FDD56: hue angle of 140.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD56 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 86 -
CMYK 0.93 0 0.61 0.13
HSL 140.68º 0.87% 0.46% -
HSV(B) 140.68º 0.93% 0.87% -
XYZ 27.73 52.49 17.47 -
YUV 144.02 95.25 35.98 -
System Red Green Blue C M Y K H S L
Decimal 15 221 86 0.93 0 0.61 0.13 140.68 0.87 0.46
Hex F DD 56 5D 0 3D D 8D 57 2E
Octal 17 335 126 135 0 75 15 215 127 56
Binary 1111 11011101 1010110 1011101 0 111101 1101 10001101 1010111 101110

Color Harmonies of #0FDD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD56

Black with #0FDD56

Text Example


Text Example

White with #0FDD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,86); }

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

background-color css

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

 a { background-color: rgb(15,221,86); }

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

border-color css

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

 span { border-color: rgb(15,221,86); }

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