#10C53F

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

Shades of Dark Pastel Green #10C53F

Tints of Dark Pastel Green #10C53F

Color information

#10C53F (or 0x10C53F) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C5 and 3F. RGB value is (16,197,63). Sum of RGB (Red+Green+Blue) = 16+197+63=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #10C53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C53F is #EF3AC0. Grayscale: #7F7F7F. Windows color (decimal): -15678145 or 4179216. OLE color: 4179216.

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

Color convert

RGB1619763-
CMYK0.9200.680.23
HSL135.58º84.98%41.76%-
HSV(B)135.58º91.88%77.25%-
XYZ21.0840.411.39-
YUV127.691.5348.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 197 (77.34% from 255) = 71.38%
BLUE value IS 63 (25% from 255) = 22.83%
R=5.80%
G=71.38%
B=22.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197630.9200.680.23135.5884.9841.76
Hex10C53F5C0441788552a
Octal203057713401042721012552
Binary100001100010111111110111000100010010111100010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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