Html Css Color HEX #0FDD54 Malachite

📋 copy color: '#0FDD54'

red 15 ◦ green 221 ◦ blue 84

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

Shades of Malachite #0FDD54

Tints of Malachite #0FDD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 4.69%
G = 69.06%
B = 26.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#0FDD54 (or 0x0FDD54) is known color: Malachite. HEX triplet: 0F, DD and 54. RGB value is (15,221,84). Sum of RGB (Red+Green+Blue) = 15+221+84=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD54 is #F022AB. Grayscale: #909090. Windows color (decimal): -15737516 or 5561615. OLE color: 5561615.

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

Color convert

RGB 15 221 84 -
CMYK 0.93 0 0.62 0.13
HSL 140.1º 0.87% 0.46% -
HSV(B) 140.1º 0.93% 0.87% -
XYZ 27.65 52.45 17.05 -
YUV 143.79 94.25 36.14 -
System Red Green Blue C M Y K H S L
Decimal 15 221 84 0.93 0 0.62 0.13 140.1 0.87 0.46
Hex F DD 54 5D 0 3E D 8C 57 2E
Octal 17 335 124 135 0 76 15 214 127 56
Binary 1111 11011101 1010100 1011101 0 111110 1101 10001100 1010111 101110

Color Harmonies of #0FDD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD54

Black with #0FDD54

Text Example


Text Example

White with #0FDD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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