#10C548

Color #10C548 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10C548

Tints of Dark Pastel Green #10C548

Color information

#10C548 (or 0x10C548) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C5 and 48. RGB value is (16,197,72). Sum of RGB (Red+Green+Blue) = 16+197+72=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #10C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C548 is #EF3AB7. Grayscale: #808080. Windows color (decimal): -15678136 or 4769040. OLE color: 4769040.

HSL color Cylindrical-coordinate representation of color #10C548: hue angle of 138.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C548 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1619772-
CMYK0.9200.630.23
HSL138.56º84.98%41.76%-
HSV(B)138.56º91.88%77.25%-
XYZ21.3540.5112.82-
YUV128.6396.0347.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 197 (77.34% from 255) = 69.12%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=5.61%
G=69.12%
B=25.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197720.9200.630.23138.5684.9841.76
Hex10C5485C03F178b552a
Octal203051101340772721312552
Binary100001100010110010001011100011111110111100010111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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