#10E133

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

Shades of Malachite #10E133

Tints of Malachite #10E133

Color information

#10E133 (or 0x10E133) is unknown color: approx Malachite. HEX triplet: 10, E1 and 33. RGB value is (16,225,51). Sum of RGB (Red+Green+Blue) = 16+225+51=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #10E133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E133 is #EF1ECC. Grayscale: #8F8F8F. Windows color (decimal): -15670989 or 3399952. OLE color: 3399952.

HSL color Cylindrical-coordinate representation of color #10E133: hue angle of 130.05º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E133 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB1622551-
CMYK0.9300.770.12
HSL130.05º86.72%47.25%-
HSV(B)130.05º92.89%88.24%-
XYZ27.7454.212.13-
YUV142.6776.2637.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 225 (88.28% from 255) = 77.05%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=5.48%
G=77.05%
B=17.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16225510.9300.770.12130.0586.7247.25
Hex10E1335D04DC82572f
Octal203416313501151420212757
Binary10000111000011100111011101010011011100100000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10E133; }

 p { color: rgb(16,225,51); }

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

<style>
 a { background-color: #10E133; }

 a { background-color: rgb(16,225,51); }

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

<style>
 span { border-color: #10E133; }

 span { border-color: rgb(16,225,51); }

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