Html Css Color HEX #0FDD3D Malachite

📋 copy color: '#0FDD3D'

red 15 ◦ green 221 ◦ blue 61

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

Shades of Malachite #0FDD3D

Tints of Malachite #0FDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 5.05%
G = 74.41%
B = 20.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#0FDD3D (or 0x0FDD3D) is known color: Malachite. HEX triplet: 0F, DD and 3D. RGB value is (15,221,61). Sum of RGB (Red+Green+Blue) = 15+221+61=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD3D is #F022C2. Grayscale: #8D8D8D. Windows color (decimal): -15737539 or 4054287. OLE color: 4054287.

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

Color convert

RGB 15 221 61 -
CMYK 0.93 0 0.72 0.13
HSL 133.4º 0.87% 0.46% -
HSV(B) 133.4º 0.93% 0.87% -
XYZ 26.9 52.15 13.06 -
YUV 141.17 82.75 38.01 -
System Red Green Blue C M Y K H S L
Decimal 15 221 61 0.93 0 0.72 0.13 133.4 0.87 0.46
Hex F DD 3D 5D 0 48 D 85 57 2E
Octal 17 335 75 135 0 110 15 205 127 56
Binary 1111 11011101 111101 1011101 0 1001000 1101 10000101 1010111 101110

Color Harmonies of #0FDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD3D

Black with #0FDD3D

Text Example


Text Example

White with #0FDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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