#10CD48

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

Shades of Malachite #10CD48

Tints of Malachite #10CD48

Color information

#10CD48 (or 0x10CD48) is unknown color: approx Malachite. HEX triplet: 10, CD and 48. RGB value is (16,205,72). Sum of RGB (Red+Green+Blue) = 16+205+72=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CD48 is #EF32B7. Grayscale: #858585. Windows color (decimal): -15676088 or 4771088. OLE color: 4771088.

HSL color Cylindrical-coordinate representation of color #10CD48: hue angle of 137.78º degrees, saturation: 0.86, 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 #10CD48 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB1620572-
CMYK0.9200.650.20
HSL137.78º85.52%43.33%-
HSV(B)137.78º92.2%80.39%-
XYZ23.2144.2413.45-
YUV133.3393.3844.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 205 (80.47% from 255) = 69.97%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=5.46%
G=69.97%
B=24.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16205720.9200.650.20137.7885.5243.33
Hex10CD485C041148a562b
Octal2031511013401012421212653
Binary1000011001101100100010111000100000110100100010101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,205,72); }

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

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

 a { background-color: rgb(16,205,72); }

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

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

 span { border-color: rgb(16,205,72); }

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