#0FDE5C

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

Shades of Malachite #0FDE5C

Tints of Malachite #0FDE5C

Color information

#0FDE5C (or 0x0FDE5C) is unknown color: approx Malachite. HEX triplet: 0F, DE and 5C. RGB value is (15,222,92). Sum of RGB (Red+Green+Blue) = 15+222+92=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE5C is #F021A3. Grayscale: #919191. Windows color (decimal): -15737252 or 6086159. OLE color: 6086159.

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

Color convert

RGB1522292-
CMYK0.9300.590.13
HSL142.32º87.34%46.47%-
HSV(B)142.32º93.24%87.06%-
XYZ28.2553.1218.89-
YUV145.2997.9235.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 222 (87.11% from 255) = 67.48%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=4.56%
G=67.48%
B=27.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15222920.9300.590.13142.3287.3446.47
HexFDE5C5D03BD8e572e
Octal173361341350731521612756
Binary1111110111101011100101110101110111101100011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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