Html Css Color HEX #0FDD4D Malachite

📋 copy color: '#0FDD4D'

red 15 ◦ green 221 ◦ blue 77

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

Shades of Malachite #0FDD4D

Tints of Malachite #0FDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 4.79%
G = 70.61%
B = 24.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#0FDD4D (or 0x0FDD4D) is known color: Malachite. HEX triplet: 0F, DD and 4D. RGB value is (15,221,77). Sum of RGB (Red+Green+Blue) = 15+221+77=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD4D is #F022B2. Grayscale: #8F8F8F. Windows color (decimal): -15737523 or 5102863. OLE color: 5102863.

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

Color convert

RGB 15 221 77 -
CMYK 0.93 0 0.65 0.13
HSL 138.06º 0.87% 0.46% -
HSV(B) 138.06º 0.93% 0.87% -
XYZ 27.39 52.35 15.68 -
YUV 142.99 90.75 36.71 -
System Red Green Blue C M Y K H S L
Decimal 15 221 77 0.93 0 0.65 0.13 138.06 0.87 0.46
Hex F DD 4D 5D 0 41 D 8A 57 2E
Octal 17 335 115 135 0 101 15 212 127 56
Binary 1111 11011101 1001101 1011101 0 1000001 1101 10001010 1010111 101110

Color Harmonies of #0FDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD4D

Black with #0FDD4D

Text Example


Text Example

White with #0FDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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