#0FDD5C

Color #0FDD5C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0FDD5C

Tints of Malachite #0FDD5C

Color information

#0FDD5C (or 0x0FDD5C) is unknown color: approx Malachite. HEX triplet: 0F, DD and 5C. RGB value is (15,221,92). Sum of RGB (Red+Green+Blue) = 15+221+92=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD5C is #F022A3. Grayscale: #919191. Windows color (decimal): -15737508 or 6085903. OLE color: 6085903.

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

Color convert

RGB1522192-
CMYK0.9300.580.13
HSL142.43º87.29%46.27%-
HSV(B)142.43º93.21%86.67%-
XYZ27.9952.5918.8-
YUV144.798.2535.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.57%
GREEN value IS 221 (86.72% from 255) = 67.38%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=4.57%
G=67.38%
B=28.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15221920.9300.580.13142.4387.2946.27
HexFDD5C5D03AD8e572e
Octal173351341350721521612756
Binary1111110111011011100101110101110101101100011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FDD5C;
 }
 .AnyTagClassName
 {
   color: #0FDD5C;
 }
</style>
background-color css

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

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

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

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

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

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