#10CC67

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

Shades of Malachite #10CC67

Tints of Malachite #10CC67

Color information

#10CC67 (or 0x10CC67) is unknown color: approx Malachite. HEX triplet: 10, CC and 67. RGB value is (16,204,103). Sum of RGB (Red+Green+Blue) = 16+204+103=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC67 is #EF3398. Grayscale: #888888. Windows color (decimal): -15676313 or 6802448. OLE color: 6802448.

HSL color Cylindrical-coordinate representation of color #10CC67: hue angle of 147.77º 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 #10CC67 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB16204103-
CMYK0.9200.500.2
HSL147.77º85.45%43.14%-
HSV(B)147.77º92.16%80%-
XYZ24.2544.2820.1-
YUV136.27109.2242.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 204 (80.08% from 255) = 63.16%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=4.95%
G=63.16%
B=31.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041030.9200.500.2147.7785.4543.14
Hex10CC675C0321494552b
Octal203141471340622422412553
Binary100001100110011001111011100011001010100100101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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