#10C53C

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

Shades of Dark Pastel Green #10C53C

Tints of Dark Pastel Green #10C53C

Color information

#10C53C (or 0x10C53C) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C5 and 3C. RGB value is (16,197,60). Sum of RGB (Red+Green+Blue) = 16+197+60=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #10C53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C53C is #EF3AC3. Grayscale: #7F7F7F. Windows color (decimal): -15678148 or 3982608. OLE color: 3982608.

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

Color convert

RGB1619760-
CMYK0.9200.700.23
HSL134.59º84.98%41.76%-
HSV(B)134.59º91.88%77.25%-
XYZ2140.3710.96-
YUV127.2690.0348.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 197 (77.34% from 255) = 72.16%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=5.86%
G=72.16%
B=21.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197600.9200.700.23134.5984.9841.76
Hex10C53C5C0461787552a
Octal203057413401062720712552
Binary100001100010111110010111000100011010111100001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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