#0FE432

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

Shades of Malachite #0FE432

Tints of Malachite #0FE432

Color information

#0FE432 (or 0x0FE432) is unknown color: approx Malachite. HEX triplet: 0F, E4 and 32. RGB value is (15,228,50). Sum of RGB (Red+Green+Blue) = 15+228+50=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE432 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE432 is #F01BCD. Grayscale: #909090. Windows color (decimal): -15735758 or 3335183. OLE color: 3335183.

HSL color Cylindrical-coordinate representation of color #0FE432: hue angle of 129.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE432 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB1522850-
CMYK0.9300.780.11
HSL129.86º87.65%47.65%-
HSV(B)129.86º93.42%89.41%-
XYZ28.5255.8212.29-
YUV144.0274.9335.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 228 (89.45% from 255) = 77.82%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=5.12%
G=77.82%
B=17.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15228500.9300.780.11129.8687.6547.65
HexFE4325D04EB825830
Octal173446213501161320213060
Binary1111111001001100101011101010011101011100000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,228,50); }

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

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

 a { background-color: rgb(15,228,50); }

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

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

 span { border-color: rgb(15,228,50); }

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