#10CC55

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

Shades of Malachite #10CC55

Tints of Malachite #10CC55

Color information

#10CC55 (or 0x10CC55) is unknown color: approx Malachite. HEX triplet: 10, CC and 55. RGB value is (16,204,85). Sum of RGB (Red+Green+Blue) = 16+204+85=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC55 is #EF33AA. Grayscale: #868686. Windows color (decimal): -15676331 or 5622800. OLE color: 5622800.

HSL color Cylindrical-coordinate representation of color #10CC55: hue angle of 142.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC55 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB1620485-
CMYK0.9200.580.2
HSL142.02º85.45%43.14%-
HSV(B)142.02º92.16%80%-
XYZ23.4543.9515.84-
YUV134.22100.2243.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 204 (80.08% from 255) = 66.89%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=5.25%
G=66.89%
B=27.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16204850.9200.580.2142.0285.4543.14
Hex10CC555C03A148e552b
Octal203141251340722421612553
Binary100001100110010101011011100011101010100100011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,204,85); }

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

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

 a { background-color: rgb(16,204,85); }

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

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

 span { border-color: rgb(16,204,85); }

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